Html Css Color HEX #DB4388 Deep Cerise

📋 copy color: '#DB4388'

red 219 ◦ green 67 ◦ blue 136

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

Shades of Deep Cerise #DB4388

Tints of Deep Cerise #DB4388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 51.9%
G = 15.88%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB4388 (or 0xDB4388) is known color: Deep Cerise. HEX triplet: DB, 43 and 88. RGB value is (219,67,136). Sum of RGB (Red+Green+Blue) = 219+67+136=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4388 is #24BC77. Grayscale: #787878. Windows color (decimal): -2407544 or 8930267. OLE color: 8930267.

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

Color convert

RGB 219 67 136 -
CMYK 0 0.69 0.38 0.14
HSL 332.76º 0.68% 0.56% -
HSV(B) 332.76º 0.69% 0.86% -
XYZ 35.66 20.85 25.44 -
YUV 120.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 219 67 136 0 0.69 0.38 0.14 332.76 0.68 0.56
Hex DB 43 88 0 45 26 E 14D 44 38
Octal 333 103 210 0 105 46 16 515 104 70
Binary 11011011 1000011 10001000 0 1000101 100110 1110 101001101 1000100 111000

Color Harmonies of #DB4388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4388

Black with #DB4388

Text Example


Text Example

White with #DB4388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4388; }

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

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

background-color css

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

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

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

border-color css

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

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

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