Html Css Color HEX #DB3396 Deep Cerise

📋 copy color: '#DB3396'

red 219 ◦ green 51 ◦ blue 150

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

Shades of Deep Cerise #DB3396

Tints of Deep Cerise #DB3396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.14%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 52.14%
G = 12.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB3396 (or 0xDB3396) is known color: Deep Cerise. HEX triplet: DB, 33 and 96. RGB value is (219,51,150). Sum of RGB (Red+Green+Blue) = 219+51+150=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3396 is #24CC69. Grayscale: #707070. Windows color (decimal): -2411626 or 9843675. OLE color: 9843675.

HSL color Cylindrical-coordinate representation of color #DB3396: hue angle of 324.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3396 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 150 -
CMYK 0 0.77 0.32 0.14
HSL 324.64º 0.7% 0.53% -
HSV(B) 324.64º 0.77% 0.86% -
XYZ 35.9 19.63 30.75 -
YUV 112.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 219 51 150 0 0.77 0.32 0.14 324.64 0.7 0.53
Hex DB 33 96 0 4D 20 E 145 46 35
Octal 333 63 226 0 115 40 16 505 106 65
Binary 11011011 110011 10010110 0 1001101 100000 1110 101000101 1000110 110101

Color Harmonies of #DB3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3396

Black with #DB3396

Text Example


Text Example

White with #DB3396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3396; }

 p { color: rgb(219,51,150); }

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

background-color css

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

 a { background-color: rgb(219,51,150); }

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

border-color css

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

 span { border-color: rgb(219,51,150); }

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