#DB456E

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

Shades of Cranberry #DB456E

Tints of Cranberry #DB456E

Color information

#DB456E (or 0xDB456E) is unknown color: approx Cranberry. HEX triplet: DB, 45 and 6E. RGB value is (219,69,110). Sum of RGB (Red+Green+Blue) = 219+69+110=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB456E is #24BA91. Grayscale: #767676. Windows color (decimal): -2407058 or 7226843. OLE color: 7226843.

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

Color convert

RGB21969110-
CMYK00.680.500.14
HSL343.6º67.57%56.47%-
HSV(B)343.6º68.49%85.88%-
XYZ34.1620.4416.9-
YUV118.52123.2199.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.03%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=55.03%
G=17.34%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196911000.680.500.14343.667.5756.47
HexDB456E04432E1584438
Octal3331051560104621653010470
Binary11011011100010111011100100010011001011101010110001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB456E; }

 p { color: rgb(219,69,110); }

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

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

 a { background-color: rgb(219,69,110); }

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

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

 span { border-color: rgb(219,69,110); }

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