Html Css Color HEX #DC207B Deep Cerise

📋 copy color: '#DC207B'

red 220 ◦ green 32 ◦ blue 123

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

Shades of Deep Cerise #DC207B

Tints of Deep Cerise #DC207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 58.67%
G = 8.53%
B = 32.8%

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

#DC207B (or 0xDC207B) is known color: Deep Cerise. HEX triplet: DC, 20 and 7B. RGB value is (220,32,123). Sum of RGB (Red+Green+Blue) = 220+32+123=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC207B is #23DF84. Grayscale: #626262. Windows color (decimal): -2350981 or 8069340. OLE color: 8069340.

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

Color convert

RGB 220 32 123 -
CMYK 0 0.85 0.44 0.14
HSL 330.96º 0.75% 0.49% -
HSV(B) 330.96º 0.85% 0.86% -
XYZ 33.61 17.68 20.38 -
YUV 98.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 220 32 123 0 0.85 0.44 0.14 330.96 0.75 0.49
Hex DC 20 7B 0 55 2C E 14B 4B 31
Octal 334 40 173 0 125 54 16 513 113 61
Binary 11011100 100000 1111011 0 1010101 101100 1110 101001011 1001011 110001

Color Harmonies of #DC207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC207B

Black with #DC207B

Text Example


Text Example

White with #DC207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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