Html Css Color HEX #DB2895 Deep Cerise

📋 copy color: '#DB2895'

red 219 ◦ green 40 ◦ blue 149

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

Shades of Deep Cerise #DB2895

Tints of Deep Cerise #DB2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.8%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 53.68%
G = 9.8%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB2895 (or 0xDB2895) is known color: Deep Cerise. HEX triplet: DB, 28 and 95. RGB value is (219,40,149). Sum of RGB (Red+Green+Blue) = 219+40+149=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2895 is #24D76A. Grayscale: #696969. Windows color (decimal): -2414443 or 9775323. OLE color: 9775323.

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

Color convert

RGB 219 40 149 -
CMYK 0 0.82 0.32 0.14
HSL 323.46º 0.71% 0.51% -
HSV(B) 323.46º 0.82% 0.86% -
XYZ 35.4 18.75 30.19 -
YUV 105.95 152.3 208.64 -
System Red Green Blue C M Y K H S L
Decimal 219 40 149 0 0.82 0.32 0.14 323.46 0.71 0.51
Hex DB 28 95 0 52 20 E 143 47 33
Octal 333 50 225 0 122 40 16 503 107 63
Binary 11011011 101000 10010101 0 1010010 100000 1110 101000011 1000111 110011

Color Harmonies of #DB2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2895

Black with #DB2895

Text Example


Text Example

White with #DB2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2895; }

 p { color: rgb(219,40,149); }

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

background-color css

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

 a { background-color: rgb(219,40,149); }

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

border-color css

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

 span { border-color: rgb(219,40,149); }

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