Html Css Color HEX #DB4199 Deep Cerise

📋 copy color: '#DB4199'

red 219 ◦ green 65 ◦ blue 153

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

Shades of Deep Cerise #DB4199

Tints of Deep Cerise #DB4199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 50.11%
G = 14.87%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB4199 (or 0xDB4199) is known color: Deep Cerise. HEX triplet: DB, 41 and 99. RGB value is (219,65,153). Sum of RGB (Red+Green+Blue) = 219+65+153=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4199 is #24BE66. Grayscale: #787878. Windows color (decimal): -2408039 or 10043867. OLE color: 10043867.

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

Color convert

RGB 219 65 153 -
CMYK 0 0.70 0.30 0.14
HSL 325.71º 0.68% 0.56% -
HSV(B) 325.71º 0.7% 0.86% -
XYZ 36.85 21.14 32.28 -
YUV 121.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 219 65 153 0 0.70 0.30 0.14 325.71 0.68 0.56
Hex DB 41 99 0 46 1E E 146 44 38
Octal 333 101 231 0 106 36 16 506 104 70
Binary 11011011 1000001 10011001 0 1000110 11110 1110 101000110 1000100 111000

Color Harmonies of #DB4199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4199

Black with #DB4199

Text Example


Text Example

White with #DB4199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4199; }

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

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

background-color css

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

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

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

border-color css

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

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

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