#D1557B

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

Shades of Cranberry #D1557B

Tints of Cranberry #D1557B

Color information

#D1557B (or 0xD1557B) is unknown color: approx Cranberry. HEX triplet: D1, 55 and 7B. RGB value is (209,85,123). Sum of RGB (Red+Green+Blue) = 209+85+123=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1557B is #2EAA84. Grayscale: #7E7E7E. Windows color (decimal): -3058309 or 8082897. OLE color: 8082897.

HSL color Cylindrical-coordinate representation of color #D1557B: hue angle of 341.61º 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 #D1557B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20985123-
CMYK00.590.410.18
HSL341.61º57.41%57.65%-
HSV(B)341.61º59.33%81.96%-
XYZ33.1221.4821.14-
YUV126.41126.08186.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=50.12%
G=20.38%
B=29.50%

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
Decimal2098512300.590.410.18341.6157.4157.65
HexD1557B03B2912156393a
Octal32112517307351225267172
Binary1101000110101011111011011101110100110010101010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1557B; }

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

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

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

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

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

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

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

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