#DB3686

Color #DB3686 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DB3686

Tints of Deep Cerise #DB3686

Color information

#DB3686 (or 0xDB3686) is unknown color: approx Deep Cerise. HEX triplet: DB, 36 and 86. RGB value is (219,54,134). Sum of RGB (Red+Green+Blue) = 219+54+134=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3686 is #24C979. Grayscale: #707070. Windows color (decimal): -2410874 or 8795867. OLE color: 8795867.

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

Color convert

RGB21954134-
CMYK00.750.390.14
HSL330.91º69.62%53.53%-
HSV(B)330.91º75.34%85.88%-
XYZ34.8419.4224.47-
YUV112.45140.16204-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 54 (21.48% from 255) = 13.27%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=53.81%
G=13.27%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195413400.750.390.14330.9169.6253.53
HexDB368604B27E14b4636
Octal333662060113471651310666
Binary11011011110110100001100100101110011111101010010111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3686; }

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

 H1.HeaderClassName
 {
   color: #DB3686;
 }
 .AnyTagClassName
 {
   color: #DB3686;
 }
</style>
background-color css

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

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

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

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

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

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