#D1557C

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

Shades of Cranberry #D1557C

Tints of Cranberry #D1557C

Color information

#D1557C (or 0xD1557C) is unknown color: approx Cranberry. HEX triplet: D1, 55 and 7C. RGB value is (209,85,124). Sum of RGB (Red+Green+Blue) = 209+85+124=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1557C is #2EAA83. Grayscale: #7E7E7E. Windows color (decimal): -3058308 or 8148433. OLE color: 8148433.

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

Color convert

RGB20985124-
CMYK00.590.410.18
HSL341.13º57.41%57.65%-
HSV(B)341.13º59.33%81.96%-
XYZ33.1821.5121.47-
YUV126.52126.58186.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=50%
G=20.33%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098512400.590.410.18341.1357.4157.65
HexD1557C03B2912155393a
Octal32112517407351225257172
Binary1101000110101011111100011101110100110010101010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1557C; }

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

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

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

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

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

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

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

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