#DA5ECC

Color #DA5ECC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DA5ECC

Tints of Free Speech Magenta #DA5ECC

Color information

#DA5ECC (or 0xDA5ECC) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5E and CC. RGB value is (218,94,204). Sum of RGB (Red+Green+Blue) = 218+94+204=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5ECC is #25A133. Grayscale: #8F8F8F. Windows color (decimal): -2466100 or 13393626. OLE color: 13393626.

HSL color Cylindrical-coordinate representation of color #DA5ECC: hue angle of 306.77º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5ECC is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21894204-
CMYK00.570.060.15
HSL306.77º62.63%61.18%-
HSV(B)306.77º56.88%85.49%-
XYZ43.8227.2760.08-
YUV143.62162.08181.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 94 (37.11% from 255) = 18.22%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=42.25%
G=18.22%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189420400.570.060.15306.7762.6361.18
HexDA5ECC0396F1333f3d
Octal3321363140716174637775
Binary1101101010111101100110001110011101111100110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5ECC; }

 p { color: rgb(218,94,204); }

 H1.HeaderClassName
 {
   color: #DA5ECC;
 }
 .AnyTagClassName
 {
   color: #DA5ECC;
 }
</style>
background-color css

<style>
 a { background-color: #DA5ECC; }

 a { background-color: rgb(218,94,204); }

 div.DivClassName
 {
   background-color: #DA5ECC;
 }
 .BgClassName
 {
   background-color: #DA5ECC;
 }
</style>
border-color css

<style>
 span { border-color: #DA5ECC; }

 span { border-color: rgb(218,94,204); }

 td.TdClassName
 {
   border-color: #DA5ECC;
 }
 .TagClassName
 {
   border-color: #DA5ECC;
 }
</style>