Html Css Color HEX #DC2988 Deep Cerise

📋 copy color: '#DC2988'

red 220 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #DC2988

Tints of Deep Cerise #DC2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

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

R = 55.42%
G = 10.33%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC2988 (or 0xDC2988) is known color: Deep Cerise. HEX triplet: DC, 29 and 88. RGB value is (220,41,136). Sum of RGB (Red+Green+Blue) = 220+41+136=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2988 is #23D677. Grayscale: #696969. Windows color (decimal): -2348664 or 8923612. OLE color: 8923612.

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

Color convert

RGB 220 41 136 -
CMYK 0 0.81 0.38 0.14
HSL 328.16º 0.72% 0.51% -
HSV(B) 328.16º 0.81% 0.86% -
XYZ 34.75 18.58 25.05 -
YUV 105.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 220 41 136 0 0.81 0.38 0.14 328.16 0.72 0.51
Hex DC 29 88 0 51 26 E 148 48 33
Octal 334 51 210 0 121 46 16 510 110 63
Binary 11011100 101001 10001000 0 1010001 100110 1110 101001000 1001000 110011

Color Harmonies of #DC2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2988

Black with #DC2988

Text Example


Text Example

White with #DC2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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