Html Css Color HEX #DC4588 Deep Cerise

📋 copy color: '#DC4588'

red 220 ◦ green 69 ◦ blue 136

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

Shades of Deep Cerise #DC4588

Tints of Deep Cerise #DC4588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.24%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 51.76%
G = 16.24%
B = 32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4588 (or 0xDC4588) is known color: Deep Cerise. HEX triplet: DC, 45 and 88. RGB value is (220,69,136). Sum of RGB (Red+Green+Blue) = 220+69+136=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4588 is #23BA77. Grayscale: #797979. Windows color (decimal): -2341496 or 8930780. OLE color: 8930780.

HSL color Cylindrical-coordinate representation of color #DC4588: hue angle of 333.38º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4588 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 136 -
CMYK 0 0.69 0.38 0.14
HSL 333.38º 0.68% 0.57% -
HSV(B) 333.38º 0.69% 0.86% -
XYZ 36.09 21.25 25.49 -
YUV 121.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 220 69 136 0 0.69 0.38 0.14 333.38 0.68 0.57
Hex DC 45 88 0 45 26 E 14D 44 39
Octal 334 105 210 0 105 46 16 515 104 71
Binary 11011100 1000101 10001000 0 1000101 100110 1110 101001101 1000100 111001

Color Harmonies of #DC4588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4588

Black with #DC4588

Text Example


Text Example

White with #DC4588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4588; }

 p { color: rgb(220,69,136); }

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

background-color css

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

 a { background-color: rgb(220,69,136); }

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

border-color css

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

 span { border-color: rgb(220,69,136); }

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