Html Css Color HEX #DB309B Deep Cerise

📋 copy color: '#DB309B'

red 219 ◦ green 48 ◦ blue 155

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

Shades of Deep Cerise #DB309B

Tints of Deep Cerise #DB309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 51.9%
G = 11.37%
B = 36.73%

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

#DB309B (or 0xDB309B) is known color: Deep Cerise. HEX triplet: DB, 30 and 9B. RGB value is (219,48,155). Sum of RGB (Red+Green+Blue) = 219+48+155=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB309B is #24CF64. Grayscale: #6F6F6F. Windows color (decimal): -2412389 or 10170587. OLE color: 10170587.

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

Color convert

RGB 219 48 155 -
CMYK 0 0.78 0.29 0.14
HSL 322.46º 0.7% 0.52% -
HSV(B) 322.46º 0.78% 0.86% -
XYZ 36.19 19.54 32.87 -
YUV 111.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 219 48 155 0 0.78 0.29 0.14 322.46 0.7 0.52
Hex DB 30 9B 0 4E 1D E 142 46 34
Octal 333 60 233 0 116 35 16 502 106 64
Binary 11011011 110000 10011011 0 1001110 11101 1110 101000010 1000110 110100

Color Harmonies of #DB309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB309B

Black with #DB309B

Text Example


Text Example

White with #DB309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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