Html Css Color HEX #DB2988 Deep Cerise

📋 copy color: '#DB2988'

red 219 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #DB2988

Tints of Deep Cerise #DB2988

RGB

 RED value IS 219 (85.94% from 255) = 55.3%

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

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

R = 55.3%
G = 10.35%
B = 34.34%

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

#DB2988 (or 0xDB2988) is known color: Deep Cerise. HEX triplet: DB, 29 and 88. RGB value is (219,41,136). Sum of RGB (Red+Green+Blue) = 219+41+136=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2988 is #24D677. Grayscale: #686868. Windows color (decimal): -2414200 or 8923611. OLE color: 8923611.

HSL color Cylindrical-coordinate representation of color #DB2988: hue angle of 327.98º degrees, saturation: 0.71, 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 #DB2988 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 136 -
CMYK 0 0.81 0.38 0.14
HSL 327.98º 0.71% 0.51% -
HSV(B) 327.98º 0.81% 0.86% -
XYZ 34.45 18.42 25.03 -
YUV 105.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 219 41 136 0 0.81 0.38 0.14 327.98 0.71 0.51
Hex DB 29 88 0 51 26 E 148 47 33
Octal 333 51 210 0 121 46 16 510 107 63
Binary 11011011 101001 10001000 0 1010001 100110 1110 101001000 1000111 110011

Color Harmonies of #DB2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2988

Black with #DB2988

Text Example


Text Example

White with #DB2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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