Html Css Color HEX #DC209D Deep Cerise

📋 copy color: '#DC209D'

red 220 ◦ green 32 ◦ blue 157

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

Shades of Deep Cerise #DC209D

Tints of Deep Cerise #DC209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.82%

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 53.79%
G = 7.82%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC209D (or 0xDC209D) is known color: Deep Cerise. HEX triplet: DC, 20 and 9D. RGB value is (220,32,157). Sum of RGB (Red+Green+Blue) = 220+32+157=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC209D is #23DF62. Grayscale: #666666. Windows color (decimal): -2350947 or 10297564. OLE color: 10297564.

HSL color Cylindrical-coordinate representation of color #DC209D: hue angle of 320.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC209D is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 157 -
CMYK 0 0.85 0.29 0.14
HSL 320.11º 0.75% 0.49% -
HSV(B) 320.11º 0.85% 0.86% -
XYZ 36.12 18.68 33.6 -
YUV 102.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 220 32 157 0 0.85 0.29 0.14 320.11 0.75 0.49
Hex DC 20 9D 0 55 1D E 140 4B 31
Octal 334 40 235 0 125 35 16 500 113 61
Binary 11011100 100000 10011101 0 1010101 11101 1110 101000000 1001011 110001

Color Harmonies of #DC209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC209D

Black with #DC209D

Text Example


Text Example

White with #DC209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC209D; }

 p { color: rgb(220,32,157); }

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

background-color css

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

 a { background-color: rgb(220,32,157); }

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

border-color css

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

 span { border-color: rgb(220,32,157); }

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