#DB40A6

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

Shades of Deep Cerise #DB40A6

Tints of Deep Cerise #DB40A6

Color information

#DB40A6 (or 0xDB40A6) is unknown color: approx Deep Cerise. HEX triplet: DB, 40 and A6. RGB value is (219,64,166). Sum of RGB (Red+Green+Blue) = 219+64+166=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40A6 is #24BF59. Grayscale: #797979. Windows color (decimal): -2408282 or 10895579. OLE color: 10895579.

HSL color Cylindrical-coordinate representation of color #DB40A6: hue angle of 320.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40A6 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB21964166-
CMYK00.710.240.14
HSL320.52º68.28%55.49%-
HSV(B)320.52º70.78%85.88%-
XYZ37.9321.4838.22-
YUV121.97152.85197.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 166 (65.23% from 255) = 36.97%
R=48.78%
G=14.25%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196416600.710.240.14320.5268.2855.49
HexDB40A604718E1414437
Octal3331002460107301650110467
Binary11011011100000010100110010001111100011101010000011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB40A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB40A6; }

 p { color: rgb(219,64,166); }

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

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

 a { background-color: rgb(219,64,166); }

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

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

 span { border-color: rgb(219,64,166); }

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