Html Css Color HEX #DB3296 Deep Cerise

📋 copy color: '#DB3296'

red 219 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #DB3296

Tints of Deep Cerise #DB3296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.93%

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

R = 52.27%
G = 11.93%
B = 35.8%

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

#DB3296 (or 0xDB3296) is known color: Deep Cerise. HEX triplet: DB, 32 and 96. RGB value is (219,50,150). Sum of RGB (Red+Green+Blue) = 219+50+150=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3296 is #24CD69. Grayscale: #6F6F6F. Windows color (decimal): -2411882 or 9843419. OLE color: 9843419.

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

Color convert

RGB 219 50 150 -
CMYK 0 0.77 0.32 0.14
HSL 324.5º 0.7% 0.53% -
HSV(B) 324.5º 0.77% 0.86% -
XYZ 35.86 19.54 30.74 -
YUV 111.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 219 50 150 0 0.77 0.32 0.14 324.5 0.7 0.53
Hex DB 32 96 0 4D 20 E 144 46 35
Octal 333 62 226 0 115 40 16 504 106 65
Binary 11011011 110010 10010110 0 1001101 100000 1110 101000100 1000110 110101

Color Harmonies of #DB3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3296

Black with #DB3296

Text Example


Text Example

White with #DB3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3296; }

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

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

background-color css

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

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

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

border-color css

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

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

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