Html Css Color HEX #DB2287 Deep Cerise

📋 copy color: '#DB2287'

red 219 ◦ green 34 ◦ blue 135

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

Shades of Deep Cerise #DB2287

Tints of Deep Cerise #DB2287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.79%

R = 56.44%
G = 8.76%
B = 34.79%

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

#DB2287 (or 0xDB2287) is known color: Deep Cerise. HEX triplet: DB, 22 and 87. RGB value is (219,34,135). Sum of RGB (Red+Green+Blue) = 219+34+135=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2287 is #24DD78. Grayscale: #646464. Windows color (decimal): -2415993 or 8856283. OLE color: 8856283.

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

Color convert

RGB 219 34 135 -
CMYK 0 0.84 0.38 0.14
HSL 327.24º 0.73% 0.5% -
HSV(B) 327.24º 0.84% 0.86% -
XYZ 34.16 17.95 24.59 -
YUV 100.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 219 34 135 0 0.84 0.38 0.14 327.24 0.73 0.5
Hex DB 22 87 0 54 26 E 147 49 32
Octal 333 42 207 0 124 46 16 507 111 62
Binary 11011011 100010 10000111 0 1010100 100110 1110 101000111 1001001 110010

Color Harmonies of #DB2287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2287

Black with #DB2287

Text Example


Text Example

White with #DB2287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2287; }

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

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

background-color css

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

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

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

border-color css

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

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

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