Html Css Color HEX #DB309A Deep Cerise

📋 copy color: '#DB309A'

red 219 ◦ green 48 ◦ blue 154

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

Shades of Deep Cerise #DB309A

Tints of Deep Cerise #DB309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 52.02%
G = 11.4%
B = 36.58%

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

#DB309A (or 0xDB309A) is known color: Deep Cerise. HEX triplet: DB, 30 and 9A. RGB value is (219,48,154). Sum of RGB (Red+Green+Blue) = 219+48+154=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB309A is #24CF65. Grayscale: #6E6E6E. Windows color (decimal): -2412390 or 10105051. OLE color: 10105051.

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

Color convert

RGB 219 48 154 -
CMYK 0 0.78 0.30 0.14
HSL 322.81º 0.7% 0.52% -
HSV(B) 322.81º 0.78% 0.86% -
XYZ 36.1 19.51 32.43 -
YUV 111.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 219 48 154 0 0.78 0.30 0.14 322.81 0.7 0.52
Hex DB 30 9A 0 4E 1E E 143 46 34
Octal 333 60 232 0 116 36 16 503 106 64
Binary 11011011 110000 10011010 0 1001110 11110 1110 101000011 1000110 110100

Color Harmonies of #DB309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB309A

Black with #DB309A

Text Example


Text Example

White with #DB309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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