Html Css Color HEX #DC208B Deep Cerise

📋 copy color: '#DC208B'

red 220 ◦ green 32 ◦ blue 139

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

Shades of Deep Cerise #DC208B

Tints of Deep Cerise #DC208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 56.27%
G = 8.18%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC208B (or 0xDC208B) is known color: Deep Cerise. HEX triplet: DC, 20 and 8B. RGB value is (220,32,139). Sum of RGB (Red+Green+Blue) = 220+32+139=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC208B is #23DF74. Grayscale: #646464. Windows color (decimal): -2350965 or 9117916. OLE color: 9117916.

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

Color convert

RGB 220 32 139 -
CMYK 0 0.85 0.37 0.14
HSL 325.85º 0.75% 0.49% -
HSV(B) 325.85º 0.85% 0.86% -
XYZ 34.69 18.11 26.09 -
YUV 100.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 220 32 139 0 0.85 0.37 0.14 325.85 0.75 0.49
Hex DC 20 8B 0 55 25 E 146 4B 31
Octal 334 40 213 0 125 45 16 506 113 61
Binary 11011100 100000 10001011 0 1010101 100101 1110 101000110 1001011 110001

Color Harmonies of #DC208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC208B

Black with #DC208B

Text Example


Text Example

White with #DC208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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