#D1557A

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

Shades of Cranberry #D1557A

Tints of Cranberry #D1557A

Color information

#D1557A (or 0xD1557A) is unknown color: approx Cranberry. HEX triplet: D1, 55 and 7A. RGB value is (209,85,122). Sum of RGB (Red+Green+Blue) = 209+85+122=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1557A is #2EAA85. Grayscale: #7E7E7E. Windows color (decimal): -3058310 or 8017361. OLE color: 8017361.

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

Color convert

RGB20985122-
CMYK00.590.420.18
HSL342.1º57.41%57.65%-
HSV(B)342.1º59.33%81.96%-
XYZ33.0621.4620.81-
YUV126.29125.58186.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=50.24%
G=20.43%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098512200.590.420.18342.157.4157.65
HexD1557A03B2A12156393a
Octal32112517207352225267172
Binary1101000110101011111010011101110101010010101010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1557A; }

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

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

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

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

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

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

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

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