Html Css Color HEX #DB2288 Deep Cerise

📋 copy color: '#DB2288'

red 219 ◦ green 34 ◦ blue 136

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

Shades of Deep Cerise #DB2288

Tints of Deep Cerise #DB2288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.74%

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

R = 56.3%
G = 8.74%
B = 34.96%

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

#DB2288 (or 0xDB2288) is known color: Deep Cerise. HEX triplet: DB, 22 and 88. RGB value is (219,34,136). Sum of RGB (Red+Green+Blue) = 219+34+136=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2288 is #24DD77. Grayscale: #646464. Windows color (decimal): -2415992 or 8921819. OLE color: 8921819.

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

Color convert

RGB 219 34 136 -
CMYK 0 0.84 0.38 0.14
HSL 326.92º 0.73% 0.5% -
HSV(B) 326.92º 0.84% 0.86% -
XYZ 34.23 17.98 24.96 -
YUV 100.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 219 34 136 0 0.84 0.38 0.14 326.92 0.73 0.5
Hex DB 22 88 0 54 26 E 147 49 32
Octal 333 42 210 0 124 46 16 507 111 62
Binary 11011011 100010 10001000 0 1010100 100110 1110 101000111 1001001 110010

Color Harmonies of #DB2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2288

Black with #DB2288

Text Example


Text Example

White with #DB2288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2288; }

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

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

background-color css

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

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

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

border-color css

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

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

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