Html Css Color HEX #DC207C Deep Cerise

📋 copy color: '#DC207C'

red 220 ◦ green 32 ◦ blue 124

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

Shades of Deep Cerise #DC207C

Tints of Deep Cerise #DC207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 58.51%
G = 8.51%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC207C (or 0xDC207C) is known color: Deep Cerise. HEX triplet: DC, 20 and 7C. RGB value is (220,32,124). Sum of RGB (Red+Green+Blue) = 220+32+124=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC207C is #23DF83. Grayscale: #626262. Windows color (decimal): -2350980 or 8134876. OLE color: 8134876.

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

Color convert

RGB 220 32 124 -
CMYK 0 0.85 0.44 0.14
HSL 330.64º 0.75% 0.49% -
HSV(B) 330.64º 0.85% 0.86% -
XYZ 33.67 17.7 20.71 -
YUV 98.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 220 32 124 0 0.85 0.44 0.14 330.64 0.75 0.49
Hex DC 20 7C 0 55 2C E 14B 4B 31
Octal 334 40 174 0 125 54 16 513 113 61
Binary 11011100 100000 1111100 0 1010101 101100 1110 101001011 1001011 110001

Color Harmonies of #DC207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC207C

Black with #DC207C

Text Example


Text Example

White with #DC207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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