Html Css Color HEX #DC5DB9 Free Speech Magenta

📋 copy color: '#DC5DB9'

red 220 ◦ green 93 ◦ blue 185

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

Shades of Free Speech Magenta #DC5DB9

Tints of Free Speech Magenta #DC5DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.67%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 44.18%
G = 18.67%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC5DB9 (or 0xDC5DB9) is known color: Free Speech Magenta. HEX triplet: DC, 5D and B9. RGB value is (220,93,185). Sum of RGB (Red+Green+Blue) = 220+93+185=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DB9 is #23A246. Grayscale: #8D8D8D. Windows color (decimal): -2335303 or 12148188. OLE color: 12148188.

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

Color convert

RGB 220 93 185 -
CMYK 0 0.58 0.16 0.14
HSL 316.54º 0.64% 0.61% -
HSV(B) 316.54º 0.58% 0.86% -
XYZ 42.19 26.55 48.8 -
YUV 141.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 220 93 185 0 0.58 0.16 0.14 316.54 0.64 0.61
Hex DC 5D B9 0 3A 10 E 13D 40 3D
Octal 334 135 271 0 72 20 16 475 100 75
Binary 11011100 1011101 10111001 0 111010 10000 1110 100111101 1000000 111101

Color Harmonies of #DC5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DB9

Black with #DC5DB9

Text Example


Text Example

White with #DC5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DB9; }

 p { color: rgb(220,93,185); }

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

background-color css

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

 a { background-color: rgb(220,93,185); }

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

border-color css

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

 span { border-color: rgb(220,93,185); }

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