#D3557F

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

Shades of Cranberry #D3557F

Tints of Cranberry #D3557F

Color information

#D3557F (or 0xD3557F) is unknown color: approx Cranberry. HEX triplet: D3, 55 and 7F. RGB value is (211,85,127). Sum of RGB (Red+Green+Blue) = 211+85+127=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3557F is #2CAA80. Grayscale: #7F7F7F. Windows color (decimal): -2927233 or 8345043. OLE color: 8345043.

HSL color Cylindrical-coordinate representation of color #D3557F: hue angle of 340º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3557F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB21185127-
CMYK00.600.400.17
HSL340º58.88%58.04%-
HSV(B)340º59.72%82.75%-
XYZ33.9421.8822.51-
YUV127.46127.74187.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.88%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 127 (50% from 255) = 30.02%
R=49.88%
G=20.09%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118512700.600.400.1734058.8858.04
HexD3557F03C28111543b3a
Octal32312517707450215247372
Binary1101001110101011111111011110010100010001101010100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3557F; }

 p { color: rgb(211,85,127); }

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

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

 a { background-color: rgb(211,85,127); }

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

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

 span { border-color: rgb(211,85,127); }

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