Html Css Color HEX #DA5ECC Free Speech Magenta

📋 copy color: '#DA5ECC'

red 218 ◦ green 94 ◦ blue 204

#DA5ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DA5ECC

Tints of Free Speech Magenta #DA5ECC

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 value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA5ECC (or 0xDA5ECC) is known color: 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

RGB 218 94 204 -
CMYK 0 0.57 0.06 0.15
HSL 306.77º 0.63% 0.61% -
HSV(B) 306.77º 0.57% 0.85% -
XYZ 43.82 27.27 60.08 -
YUV 143.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 218 94 204 0 0.57 0.06 0.15 306.77 0.63 0.61
Hex DA 5E CC 0 39 6 F 133 3F 3D
Octal 332 136 314 0 71 6 17 463 77 75
Binary 11011010 1011110 11001100 0 111001 110 1111 100110011 111111 111101

Color Harmonies of #DA5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5ECC

Black with #DA5ECC

Text Example


Text Example

White with #DA5ECC

Text Example


Text Example

HTML Codes & Css Web 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>