Html Css Color HEX #DB4495 Deep Cerise

📋 copy color: '#DB4495'

red 219 ◦ green 68 ◦ blue 149

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

Shades of Deep Cerise #DB4495

Tints of Deep Cerise #DB4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.6%

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

R = 50.23%
G = 15.6%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4495 (or 0xDB4495) is known color: Deep Cerise. HEX triplet: DB, 44 and 95. RGB value is (219,68,149). Sum of RGB (Red+Green+Blue) = 219+68+149=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4495 is #24BB6A. Grayscale: #7A7A7A. Windows color (decimal): -2407275 or 9782491. OLE color: 9782491.

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

Color convert

RGB 219 68 149 -
CMYK 0 0.69 0.32 0.14
HSL 327.81º 0.68% 0.56% -
HSV(B) 327.81º 0.69% 0.86% -
XYZ 36.71 21.36 30.62 -
YUV 122.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 219 68 149 0 0.69 0.32 0.14 327.81 0.68 0.56
Hex DB 44 95 0 45 20 E 148 44 38
Octal 333 104 225 0 105 40 16 510 104 70
Binary 11011011 1000100 10010101 0 1000101 100000 1110 101001000 1000100 111000

Color Harmonies of #DB4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4495

Black with #DB4495

Text Example


Text Example

White with #DB4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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