Html Css Color HEX #DB3291 Deep Cerise

📋 copy color: '#DB3291'

red 219 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #DB3291

Tints of Deep Cerise #DB3291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 52.9%
G = 12.08%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB3291 (or 0xDB3291) is known color: Deep Cerise. HEX triplet: DB, 32 and 91. RGB value is (219,50,145). Sum of RGB (Red+Green+Blue) = 219+50+145=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3291 is #24CD6E. Grayscale: #6F6F6F. Windows color (decimal): -2411887 or 9515739. OLE color: 9515739.

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

Color convert

RGB 219 50 145 -
CMYK 0 0.77 0.34 0.14
HSL 326.27º 0.7% 0.53% -
HSV(B) 326.27º 0.77% 0.86% -
XYZ 35.46 19.39 28.66 -
YUV 111.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 219 50 145 0 0.77 0.34 0.14 326.27 0.7 0.53
Hex DB 32 91 0 4D 22 E 146 46 35
Octal 333 62 221 0 115 42 16 506 106 65
Binary 11011011 110010 10010001 0 1001101 100010 1110 101000110 1000110 110101

Color Harmonies of #DB3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3291

Black with #DB3291

Text Example


Text Example

White with #DB3291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3291; }

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

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

background-color css

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

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

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

border-color css

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

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

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