Html Css Color HEX #DC5ED9 Free Speech Magenta

📋 copy color: '#DC5ED9'

red 220 ◦ green 94 ◦ blue 217

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

Shades of Free Speech Magenta #DC5ED9

Tints of Free Speech Magenta #DC5ED9

RGB

 RED value IS 220 (86.33% from 255) = 41.43%

 GREEN value IS 94 (37.11% from 255) = 17.7%

 BLUE value IS 217 (85.16% from 255) = 40.87%

R = 41.43%
G = 17.7%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC5ED9 (or 0xDC5ED9) is known color: Free Speech Magenta. HEX triplet: DC, 5E and D9. RGB value is (220,94,217). Sum of RGB (Red+Green+Blue) = 220+94+217=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ED9 is #23A126. Grayscale: #919191. Windows color (decimal): -2335015 or 14245596. OLE color: 14245596.

HSL color Cylindrical-coordinate representation of color #DC5ED9: hue angle of 301.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5ED9 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 217 -
CMYK 0 0.57 0.01 0.14
HSL 301.43º 0.64% 0.62% -
HSV(B) 301.43º 0.57% 0.86% -
XYZ 46.04 28.23 68.67 -
YUV 145.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 220 94 217 0 0.57 0.01 0.14 301.43 0.64 0.62
Hex DC 5E D9 0 39 1 E 12D 40 3E
Octal 334 136 331 0 71 1 16 455 100 76
Binary 11011100 1011110 11011001 0 111001 1 1110 100101101 1000000 111110

Color Harmonies of #DC5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5ED9

Black with #DC5ED9

Text Example


Text Example

White with #DC5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5ED9; }

 p { color: rgb(220,94,217); }

 H1.HeaderClassName
 {
   color: #DC5ED9;
 }
 .AnyTagClassName
 {
   color: #DC5ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(220,94,217); }

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

border-color css

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

 span { border-color: rgb(220,94,217); }

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