Html Css Color HEX #DB2997 Deep Cerise

📋 copy color: '#DB2997'

red 219 ◦ green 41 ◦ blue 151

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

Shades of Deep Cerise #DB2997

Tints of Deep Cerise #DB2997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 53.28%
G = 9.98%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB2997 (or 0xDB2997) is known color: Deep Cerise. HEX triplet: DB, 29 and 97. RGB value is (219,41,151). Sum of RGB (Red+Green+Blue) = 219+41+151=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2997 is #24D668. Grayscale: #6A6A6A. Windows color (decimal): -2414185 or 9906651. OLE color: 9906651.

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

Color convert

RGB 219 41 151 -
CMYK 0 0.81 0.31 0.14
HSL 322.92º 0.71% 0.51% -
HSV(B) 322.92º 0.81% 0.86% -
XYZ 35.59 18.88 31.05 -
YUV 106.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 219 41 151 0 0.81 0.31 0.14 322.92 0.71 0.51
Hex DB 29 97 0 51 1F E 143 47 33
Octal 333 51 227 0 121 37 16 503 107 63
Binary 11011011 101001 10010111 0 1010001 11111 1110 101000011 1000111 110011

Color Harmonies of #DB2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2997

Black with #DB2997

Text Example


Text Example

White with #DB2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2997; }

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

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

background-color css

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

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

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

border-color css

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

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

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