Html Css Color HEX #DB4387 Deep Cerise

📋 copy color: '#DB4387'

red 219 ◦ green 67 ◦ blue 135

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

Shades of Deep Cerise #DB4387

Tints of Deep Cerise #DB4387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 52.02%
G = 15.91%
B = 32.07%

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

#DB4387 (or 0xDB4387) is known color: Deep Cerise. HEX triplet: DB, 43 and 87. RGB value is (219,67,135). Sum of RGB (Red+Green+Blue) = 219+67+135=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4387 is #24BC78. Grayscale: #787878. Windows color (decimal): -2407545 or 8864731. OLE color: 8864731.

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

Color convert

RGB 219 67 135 -
CMYK 0 0.69 0.38 0.14
HSL 333.16º 0.68% 0.56% -
HSV(B) 333.16º 0.69% 0.86% -
XYZ 35.59 20.82 25.07 -
YUV 120.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 219 67 135 0 0.69 0.38 0.14 333.16 0.68 0.56
Hex DB 43 87 0 45 26 E 14D 44 38
Octal 333 103 207 0 105 46 16 515 104 70
Binary 11011011 1000011 10000111 0 1000101 100110 1110 101001101 1000100 111000

Color Harmonies of #DB4387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4387

Black with #DB4387

Text Example


Text Example

White with #DB4387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4387; }

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

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

background-color css

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

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

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

border-color css

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

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

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