Html Css Color HEX #DC2888 Deep Cerise

📋 copy color: '#DC2888'

red 220 ◦ green 40 ◦ blue 136

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

Shades of Deep Cerise #DC2888

Tints of Deep Cerise #DC2888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.1%

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

R = 55.56%
G = 10.1%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC2888 (or 0xDC2888) is known color: Deep Cerise. HEX triplet: DC, 28 and 88. RGB value is (220,40,136). Sum of RGB (Red+Green+Blue) = 220+40+136=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2888 is #23D777. Grayscale: #686868. Windows color (decimal): -2348920 or 8923356. OLE color: 8923356.

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

Color convert

RGB 220 40 136 -
CMYK 0 0.82 0.38 0.14
HSL 328º 0.72% 0.51% -
HSV(B) 328º 0.82% 0.86% -
XYZ 34.72 18.51 25.04 -
YUV 104.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 220 40 136 0 0.82 0.38 0.14 328 0.72 0.51
Hex DC 28 88 0 52 26 E 148 48 33
Octal 334 50 210 0 122 46 16 510 110 63
Binary 11011100 101000 10001000 0 1010010 100110 1110 101001000 1001000 110011

Color Harmonies of #DC2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2888

Black with #DC2888

Text Example


Text Example

White with #DC2888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2888; }

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

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

background-color css

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

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

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

border-color css

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

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

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