Html Css Color HEX #DC208D Deep Cerise

📋 copy color: '#DC208D'

red 220 ◦ green 32 ◦ blue 141

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

Shades of Deep Cerise #DC208D

Tints of Deep Cerise #DC208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 55.98%
G = 8.14%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC208D (or 0xDC208D) is known color: Deep Cerise. HEX triplet: DC, 20 and 8D. RGB value is (220,32,141). Sum of RGB (Red+Green+Blue) = 220+32+141=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC208D is #23DF72. Grayscale: #646464. Windows color (decimal): -2350963 or 9248988. OLE color: 9248988.

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

Color convert

RGB 220 32 141 -
CMYK 0 0.85 0.36 0.14
HSL 325.21º 0.75% 0.49% -
HSV(B) 325.21º 0.85% 0.86% -
XYZ 34.84 18.17 26.87 -
YUV 100.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 220 32 141 0 0.85 0.36 0.14 325.21 0.75 0.49
Hex DC 20 8D 0 55 24 E 145 4B 31
Octal 334 40 215 0 125 44 16 505 113 61
Binary 11011100 100000 10001101 0 1010101 100100 1110 101000101 1001011 110001

Color Harmonies of #DC208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC208D

Black with #DC208D

Text Example


Text Example

White with #DC208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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