Html Css Color HEX #DC209F Deep Cerise

📋 copy color: '#DC209F'

red 220 ◦ green 32 ◦ blue 159

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

Shades of Deep Cerise #DC209F

Tints of Deep Cerise #DC209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 53.53%
G = 7.79%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC209F (or 0xDC209F) is known color: Deep Cerise. HEX triplet: DC, 20 and 9F. RGB value is (220,32,159). Sum of RGB (Red+Green+Blue) = 220+32+159=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC209F is #23DF60. Grayscale: #666666. Windows color (decimal): -2350945 or 10428636. OLE color: 10428636.

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

Color convert

RGB 220 32 159 -
CMYK 0 0.85 0.28 0.14
HSL 319.47º 0.75% 0.49% -
HSV(B) 319.47º 0.85% 0.86% -
XYZ 36.29 18.75 34.51 -
YUV 102.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 220 32 159 0 0.85 0.28 0.14 319.47 0.75 0.49
Hex DC 20 9F 0 55 1C E 13F 4B 31
Octal 334 40 237 0 125 34 16 477 113 61
Binary 11011100 100000 10011111 0 1010101 11100 1110 100111111 1001011 110001

Color Harmonies of #DC209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC209F

Black with #DC209F

Text Example


Text Example

White with #DC209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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