Html Css Color HEX #DB4399 Deep Cerise

📋 copy color: '#DB4399'

red 219 ◦ green 67 ◦ blue 153

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

Shades of Deep Cerise #DB4399

Tints of Deep Cerise #DB4399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.26%

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

R = 49.89%
G = 15.26%
B = 34.85%

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

#DB4399 (or 0xDB4399) is known color: Deep Cerise. HEX triplet: DB, 43 and 99. RGB value is (219,67,153). Sum of RGB (Red+Green+Blue) = 219+67+153=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4399 is #24BC66. Grayscale: #7A7A7A. Windows color (decimal): -2407527 or 10044379. OLE color: 10044379.

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

Color convert

RGB 219 67 153 -
CMYK 0 0.69 0.30 0.14
HSL 326.05º 0.68% 0.56% -
HSV(B) 326.05º 0.69% 0.86% -
XYZ 36.97 21.37 32.31 -
YUV 122.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 219 67 153 0 0.69 0.30 0.14 326.05 0.68 0.56
Hex DB 43 99 0 45 1E E 146 44 38
Octal 333 103 231 0 105 36 16 506 104 70
Binary 11011011 1000011 10011001 0 1000101 11110 1110 101000110 1000100 111000

Color Harmonies of #DB4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4399

Black with #DB4399

Text Example


Text Example

White with #DB4399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4399; }

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

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

background-color css

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

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

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

border-color css

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

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

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