Html Css Color HEX #DB4499 Deep Cerise

📋 copy color: '#DB4499'

red 219 ◦ green 68 ◦ blue 153

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

Shades of Deep Cerise #DB4499

Tints of Deep Cerise #DB4499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 49.77%
G = 15.45%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB4499 (or 0xDB4499) is known color: Deep Cerise. HEX triplet: DB, 44 and 99. RGB value is (219,68,153). Sum of RGB (Red+Green+Blue) = 219+68+153=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4499 is #24BB66. Grayscale: #7A7A7A. Windows color (decimal): -2407271 or 10044635. OLE color: 10044635.

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

Color convert

RGB 219 68 153 -
CMYK 0 0.69 0.30 0.14
HSL 326.23º 0.68% 0.56% -
HSV(B) 326.23º 0.69% 0.86% -
XYZ 37.03 21.49 32.33 -
YUV 122.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 219 68 153 0 0.69 0.30 0.14 326.23 0.68 0.56
Hex DB 44 99 0 45 1E E 146 44 38
Octal 333 104 231 0 105 36 16 506 104 70
Binary 11011011 1000100 10011001 0 1000101 11110 1110 101000110 1000100 111000

Color Harmonies of #DB4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4499

Black with #DB4499

Text Example


Text Example

White with #DB4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4499; }

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

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

background-color css

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

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

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

border-color css

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

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

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