Html Css Color HEX #DB309C Deep Cerise

📋 copy color: '#DB309C'

red 219 ◦ green 48 ◦ blue 156

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

Shades of Deep Cerise #DB309C

Tints of Deep Cerise #DB309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 51.77%
G = 11.35%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB309C (or 0xDB309C) is known color: Deep Cerise. HEX triplet: DB, 30 and 9C. RGB value is (219,48,156). Sum of RGB (Red+Green+Blue) = 219+48+156=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB309C is #24CF63. Grayscale: #6F6F6F. Windows color (decimal): -2412388 or 10236123. OLE color: 10236123.

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

Color convert

RGB 219 48 156 -
CMYK 0 0.78 0.29 0.14
HSL 322.11º 0.7% 0.52% -
HSV(B) 322.11º 0.78% 0.86% -
XYZ 36.27 19.57 33.32 -
YUV 111.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 219 48 156 0 0.78 0.29 0.14 322.11 0.7 0.52
Hex DB 30 9C 0 4E 1D E 142 46 34
Octal 333 60 234 0 116 35 16 502 106 64
Binary 11011011 110000 10011100 0 1001110 11101 1110 101000010 1000110 110100

Color Harmonies of #DB309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB309C

Black with #DB309C

Text Example


Text Example

White with #DB309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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