Html Css Color HEX #DB3895 Deep Cerise

📋 copy color: '#DB3895'

red 219 ◦ green 56 ◦ blue 149

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

Shades of Deep Cerise #DB3895

Tints of Deep Cerise #DB3895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

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

R = 51.65%
G = 13.21%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB3895 (or 0xDB3895) is known color: Deep Cerise. HEX triplet: DB, 38 and 95. RGB value is (219,56,149). Sum of RGB (Red+Green+Blue) = 219+56+149=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3895 is #24C76A. Grayscale: #737373. Windows color (decimal): -2410347 or 9779419. OLE color: 9779419.

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

Color convert

RGB 219 56 149 -
CMYK 0 0.74 0.32 0.14
HSL 325.77º 0.69% 0.54% -
HSV(B) 325.77º 0.74% 0.86% -
XYZ 36.05 20.06 30.41 -
YUV 115.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 219 56 149 0 0.74 0.32 0.14 325.77 0.69 0.54
Hex DB 38 95 0 4A 20 E 146 45 36
Octal 333 70 225 0 112 40 16 506 105 66
Binary 11011011 111000 10010101 0 1001010 100000 1110 101000110 1000101 110110

Color Harmonies of #DB3895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3895

Black with #DB3895

Text Example


Text Example

White with #DB3895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3895; }

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

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

background-color css

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

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

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

border-color css

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

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

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