Html Css Color HEX #DC4288 Deep Cerise

📋 copy color: '#DC4288'

red 220 ◦ green 66 ◦ blue 136

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

Shades of Deep Cerise #DC4288

Tints of Deep Cerise #DC4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.64%

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

R = 52.13%
G = 15.64%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4288 (or 0xDC4288) is known color: Deep Cerise. HEX triplet: DC, 42 and 88. RGB value is (220,66,136). Sum of RGB (Red+Green+Blue) = 220+66+136=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4288 is #23BD77. Grayscale: #777777. Windows color (decimal): -2342264 or 8930012. OLE color: 8930012.

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

Color convert

RGB 220 66 136 -
CMYK 0 0.7 0.38 0.14
HSL 332.73º 0.69% 0.56% -
HSV(B) 332.73º 0.7% 0.86% -
XYZ 35.91 20.89 25.43 -
YUV 120.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 220 66 136 0 0.7 0.38 0.14 332.73 0.69 0.56
Hex DC 42 88 0 46 26 E 14D 45 38
Octal 334 102 210 0 106 46 16 515 105 70
Binary 11011100 1000010 10001000 0 1000110 100110 1110 101001101 1000101 111000

Color Harmonies of #DC4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4288

Black with #DC4288

Text Example


Text Example

White with #DC4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4288; }

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

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

background-color css

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

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

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

border-color css

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

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

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