Html Css Color HEX #DC2488 Deep Cerise

📋 copy color: '#DC2488'

red 220 ◦ green 36 ◦ blue 136

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

Shades of Deep Cerise #DC2488

Tints of Deep Cerise #DC2488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

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

R = 56.12%
G = 9.18%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC2488 (or 0xDC2488) is known color: Deep Cerise. HEX triplet: DC, 24 and 88. RGB value is (220,36,136). Sum of RGB (Red+Green+Blue) = 220+36+136=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2488 is #23DB77. Grayscale: #666666. Windows color (decimal): -2349944 or 8922332. OLE color: 8922332.

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

Color convert

RGB 220 36 136 -
CMYK 0 0.84 0.38 0.14
HSL 327.39º 0.72% 0.5% -
HSV(B) 327.39º 0.84% 0.86% -
XYZ 34.59 18.25 24.99 -
YUV 102.42 146.96 211.87 -
System Red Green Blue C M Y K H S L
Decimal 220 36 136 0 0.84 0.38 0.14 327.39 0.72 0.5
Hex DC 24 88 0 54 26 E 147 48 32
Octal 334 44 210 0 124 46 16 507 110 62
Binary 11011100 100100 10001000 0 1010100 100110 1110 101000111 1001000 110010

Color Harmonies of #DC2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2488

Black with #DC2488

Text Example


Text Example

White with #DC2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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