Html Css Color HEX #DB3988 Deep Cerise

📋 copy color: '#DB3988'

red 219 ◦ green 57 ◦ blue 136

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

Shades of Deep Cerise #DB3988

Tints of Deep Cerise #DB3988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.83%

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

R = 53.16%
G = 13.83%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB3988 (or 0xDB3988) is known color: Deep Cerise. HEX triplet: DB, 39 and 88. RGB value is (219,57,136). Sum of RGB (Red+Green+Blue) = 219+57+136=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3988 is #24C677. Grayscale: #727272. Windows color (decimal): -2410104 or 8927707. OLE color: 8927707.

HSL color Cylindrical-coordinate representation of color #DB3988: hue angle of 330.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3988 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 136 -
CMYK 0 0.74 0.38 0.14
HSL 330.74º 0.69% 0.54% -
HSV(B) 330.74º 0.74% 0.86% -
XYZ 35.12 19.76 25.26 -
YUV 114.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 219 57 136 0 0.74 0.38 0.14 330.74 0.69 0.54
Hex DB 39 88 0 4A 26 E 14B 45 36
Octal 333 71 210 0 112 46 16 513 105 66
Binary 11011011 111001 10001000 0 1001010 100110 1110 101001011 1000101 110110

Color Harmonies of #DB3988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3988

Black with #DB3988

Text Example


Text Example

White with #DB3988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3988; }

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

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

background-color css

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

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

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

border-color css

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

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

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