#D95573

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

Shades of Cranberry #D95573

Tints of Cranberry #D95573

Color information

#D95573 (or 0xD95573) is unknown color: approx Cranberry. HEX triplet: D9, 55 and 73. RGB value is (217,85,115). Sum of RGB (Red+Green+Blue) = 217+85+115=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95573 is #26AA8C. Grayscale: #7F7F7F. Windows color (decimal): -2534029 or 7558617. OLE color: 7558617.

HSL color Cylindrical-coordinate representation of color #D95573: hue angle of 346.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95573 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21785115-
CMYK00.610.470.15
HSL346.36º63.46%59.22%-
HSV(B)346.36º60.83%85.1%-
XYZ34.9622.4918.72-
YUV127.89120.73191.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.04%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=52.04%
G=20.38%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178511500.610.470.15346.3663.4659.22
HexD9557303D2FF15a3f3b
Octal33112516307557175327773
Binary110110011010101111001101111011011111111101011010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95573; }

 p { color: rgb(217,85,115); }

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

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

 a { background-color: rgb(217,85,115); }

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

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

 span { border-color: rgb(217,85,115); }

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