#D1597C

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

Shades of Cranberry #D1597C

Tints of Cranberry #D1597C

Color information

#D1597C (or 0xD1597C) is unknown color: approx Cranberry. HEX triplet: D1, 59 and 7C. RGB value is (209,89,124). Sum of RGB (Red+Green+Blue) = 209+89+124=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1597C is #2EA683. Grayscale: #808080. Windows color (decimal): -3057284 or 8149457. OLE color: 8149457.

HSL color Cylindrical-coordinate representation of color #D1597C: hue angle of 342.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1597C is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20989124-
CMYK00.570.410.18
HSL342.5º56.6%58.43%-
HSV(B)342.5º57.42%81.96%-
XYZ33.522.1621.58-
YUV128.87125.26185.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=49.53%
G=21.09%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098912400.570.410.18342.556.658.43
HexD1597C0392912156393a
Octal32113117407151225267172
Binary1101000110110011111100011100110100110010101010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1597C; }

 p { color: rgb(209,89,124); }

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

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

 a { background-color: rgb(209,89,124); }

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

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

 span { border-color: rgb(209,89,124); }

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