Html Css Color HEX #DC5ED6 Free Speech Magenta

📋 copy color: '#DC5ED6'

red 220 ◦ green 94 ◦ blue 214

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

Shades of Free Speech Magenta #DC5ED6

Tints of Free Speech Magenta #DC5ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.53%

R = 41.67%
G = 17.8%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC5ED6 (or 0xDC5ED6) is known color: Free Speech Magenta. HEX triplet: DC, 5E and D6. RGB value is (220,94,214). Sum of RGB (Red+Green+Blue) = 220+94+214=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ED6 is #23A129. Grayscale: #919191. Windows color (decimal): -2335018 or 14048988. OLE color: 14048988.

HSL color Cylindrical-coordinate representation of color #DC5ED6: hue angle of 302.86º 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 #DC5ED6 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 214 -
CMYK 0 0.57 0.03 0.14
HSL 302.86º 0.64% 0.62% -
HSV(B) 302.86º 0.57% 0.86% -
XYZ 45.66 28.08 66.63 -
YUV 145.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 220 94 214 0 0.57 0.03 0.14 302.86 0.64 0.62
Hex DC 5E D6 0 39 3 E 12F 40 3E
Octal 334 136 326 0 71 3 16 457 100 76
Binary 11011100 1011110 11010110 0 111001 11 1110 100101111 1000000 111110

Color Harmonies of #DC5ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5ED6

Black with #DC5ED6

Text Example


Text Example

White with #DC5ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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