Html Css Color HEX #DB3089 Deep Cerise

📋 copy color: '#DB3089'

red 219 ◦ green 48 ◦ blue 137

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

Shades of Deep Cerise #DB3089

Tints of Deep Cerise #DB3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.88%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 54.21%
G = 11.88%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB3089 (or 0xDB3089) is known color: Deep Cerise. HEX triplet: DB, 30 and 89. RGB value is (219,48,137). Sum of RGB (Red+Green+Blue) = 219+48+137=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3089 is #24CF76. Grayscale: #6D6D6D. Windows color (decimal): -2412407 or 8990939. OLE color: 8990939.

HSL color Cylindrical-coordinate representation of color #DB3089: hue angle of 328.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3089 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 137 -
CMYK 0 0.78 0.37 0.14
HSL 328.77º 0.7% 0.52% -
HSV(B) 328.77º 0.78% 0.86% -
XYZ 34.79 18.98 25.5 -
YUV 109.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 219 48 137 0 0.78 0.37 0.14 328.77 0.7 0.52
Hex DB 30 89 0 4E 25 E 149 46 34
Octal 333 60 211 0 116 45 16 511 106 64
Binary 11011011 110000 10001001 0 1001110 100101 1110 101001001 1000110 110100

Color Harmonies of #DB3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3089

Black with #DB3089

Text Example


Text Example

White with #DB3089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3089; }

 p { color: rgb(219,48,137); }

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

background-color css

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

 a { background-color: rgb(219,48,137); }

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

border-color css

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

 span { border-color: rgb(219,48,137); }

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