Html Css Color HEX #DB3392 Deep Cerise

📋 copy color: '#DB3392'

red 219 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #DB3392

Tints of Deep Cerise #DB3392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 52.64%
G = 12.26%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB3392 (or 0xDB3392) is known color: Deep Cerise. HEX triplet: DB, 33 and 92. RGB value is (219,51,146). Sum of RGB (Red+Green+Blue) = 219+51+146=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3392 is #24CC6D. Grayscale: #6F6F6F. Windows color (decimal): -2411630 or 9581531. OLE color: 9581531.

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

Color convert

RGB 219 51 146 -
CMYK 0 0.77 0.33 0.14
HSL 326.07º 0.7% 0.53% -
HSV(B) 326.07º 0.77% 0.86% -
XYZ 35.59 19.5 29.08 -
YUV 112.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 219 51 146 0 0.77 0.33 0.14 326.07 0.7 0.53
Hex DB 33 92 0 4D 21 E 146 46 35
Octal 333 63 222 0 115 41 16 506 106 65
Binary 11011011 110011 10010010 0 1001101 100001 1110 101000110 1000110 110101

Color Harmonies of #DB3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3392

Black with #DB3392

Text Example


Text Example

White with #DB3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3392; }

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

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

background-color css

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

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

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

border-color css

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

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

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