Html Css Color HEX #DB3692 Deep Cerise

📋 copy color: '#DB3692'

red 219 ◦ green 54 ◦ blue 146

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

Shades of Deep Cerise #DB3692

Tints of Deep Cerise #DB3692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

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

R = 52.27%
G = 12.89%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB3692 (or 0xDB3692) is known color: Deep Cerise. HEX triplet: DB, 36 and 92. RGB value is (219,54,146). Sum of RGB (Red+Green+Blue) = 219+54+146=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3692 is #24C96D. Grayscale: #717171. Windows color (decimal): -2410862 or 9582299. OLE color: 9582299.

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

Color convert

RGB 219 54 146 -
CMYK 0 0.75 0.33 0.14
HSL 326.55º 0.7% 0.54% -
HSV(B) 326.55º 0.75% 0.86% -
XYZ 35.72 19.77 29.13 -
YUV 113.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 219 54 146 0 0.75 0.33 0.14 326.55 0.7 0.54
Hex DB 36 92 0 4B 21 E 147 46 36
Octal 333 66 222 0 113 41 16 507 106 66
Binary 11011011 110110 10010010 0 1001011 100001 1110 101000111 1000110 110110

Color Harmonies of #DB3692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3692

Black with #DB3692

Text Example


Text Example

White with #DB3692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3692; }

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

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

background-color css

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

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

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

border-color css

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

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

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