Html Css Color HEX #DB309E Deep Cerise

📋 copy color: '#DB309E'

red 219 ◦ green 48 ◦ blue 158

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

Shades of Deep Cerise #DB309E

Tints of Deep Cerise #DB309E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 51.53%
G = 11.29%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB309E (or 0xDB309E) is known color: Deep Cerise. HEX triplet: DB, 30 and 9E. RGB value is (219,48,158). Sum of RGB (Red+Green+Blue) = 219+48+158=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB309E is #24CF61. Grayscale: #6F6F6F. Windows color (decimal): -2412386 or 10367195. OLE color: 10367195.

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

Color convert

RGB 219 48 158 -
CMYK 0 0.78 0.28 0.14
HSL 321.4º 0.7% 0.52% -
HSV(B) 321.4º 0.78% 0.86% -
XYZ 36.44 19.64 34.22 -
YUV 111.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 219 48 158 0 0.78 0.28 0.14 321.4 0.7 0.52
Hex DB 30 9E 0 4E 1C E 141 46 34
Octal 333 60 236 0 116 34 16 501 106 64
Binary 11011011 110000 10011110 0 1001110 11100 1110 101000001 1000110 110100

Color Harmonies of #DB309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB309E

Black with #DB309E

Text Example


Text Example

White with #DB309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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