Html Css Color HEX #DB3099 Deep Cerise

📋 copy color: '#DB3099'

red 219 ◦ green 48 ◦ blue 153

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

Shades of Deep Cerise #DB3099

Tints of Deep Cerise #DB3099

RGB

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

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

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

R = 52.14%
G = 11.43%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB3099 (or 0xDB3099) is known color: Deep Cerise. HEX triplet: DB, 30 and 99. RGB value is (219,48,153). Sum of RGB (Red+Green+Blue) = 219+48+153=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3099 is #24CF66. Grayscale: #6E6E6E. Windows color (decimal): -2412391 or 10039515. OLE color: 10039515.

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

Color convert

RGB 219 48 153 -
CMYK 0 0.78 0.30 0.14
HSL 323.16º 0.7% 0.52% -
HSV(B) 323.16º 0.78% 0.86% -
XYZ 36.02 19.47 32 -
YUV 111.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 219 48 153 0 0.78 0.30 0.14 323.16 0.7 0.52
Hex DB 30 99 0 4E 1E E 143 46 34
Octal 333 60 231 0 116 36 16 503 106 64
Binary 11011011 110000 10011001 0 1001110 11110 1110 101000011 1000110 110100

Color Harmonies of #DB3099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3099

Black with #DB3099

Text Example


Text Example

White with #DB3099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3099; }

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

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

background-color css

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

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

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

border-color css

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

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

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