#D3557B

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

Shades of Cranberry #D3557B

Tints of Cranberry #D3557B

Color information

#D3557B (or 0xD3557B) is unknown color: approx Cranberry. HEX triplet: D3, 55 and 7B. RGB value is (211,85,123). Sum of RGB (Red+Green+Blue) = 211+85+123=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3557B is #2CAA84. Grayscale: #7E7E7E. Windows color (decimal): -2927237 or 8082899. OLE color: 8082899.

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

Color convert

RGB21185123-
CMYK00.600.420.17
HSL341.9º58.88%58.04%-
HSV(B)341.9º59.72%82.75%-
XYZ33.6921.7821.17-
YUV127.01125.74187.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=50.36%
G=20.29%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118512300.600.420.17341.958.8858.04
HexD3557B03C2A111563b3a
Octal32312517307452215267372
Binary1101001110101011111011011110010101010001101010110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3557B; }

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

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

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

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

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

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

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

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