#DB597F

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

Shades of Cranberry #DB597F

Tints of Cranberry #DB597F

Color information

#DB597F (or 0xDB597F) is unknown color: approx Cranberry. HEX triplet: DB, 59 and 7F. RGB value is (219,89,127). Sum of RGB (Red+Green+Blue) = 219+89+127=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB597F is #24A680. Grayscale: #848484. Windows color (decimal): -2401921 or 8346075. OLE color: 8346075.

HSL color Cylindrical-coordinate representation of color #DB597F: hue angle of 342.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB597F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB21989127-
CMYK00.590.420.14
HSL342.46º64.36%60.39%-
HSV(B)342.46º59.36%85.88%-
XYZ36.6223.7422.73-
YUV132.2125.07189.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.34%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 127 (50% from 255) = 29.20%
R=50.34%
G=20.46%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198912700.590.420.14342.4664.3660.39
HexDB597F03B2AE156403c
Octal333131177073521652610074
Binary1101101110110011111111011101110101011101010101101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB597F; }

 p { color: rgb(219,89,127); }

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

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

 a { background-color: rgb(219,89,127); }

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

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

 span { border-color: rgb(219,89,127); }

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