#D95370

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

Shades of Cranberry #D95370

Tints of Cranberry #D95370

Color information

#D95370 (or 0xD95370) is unknown color: approx Cranberry. HEX triplet: D9, 53 and 70. RGB value is (217,83,112). Sum of RGB (Red+Green+Blue) = 217+83+112=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D95370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95370 is #26AC8F. Grayscale: #7E7E7E. Windows color (decimal): -2534544 or 7361497. OLE color: 7361497.

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

Color convert

RGB21783112-
CMYK00.620.480.15
HSL347.01º63.81%58.82%-
HSV(B)347.01º61.75%85.1%-
XYZ34.6322.1117.77-
YUV126.37119.89192.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.67%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=52.67%
G=20.15%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178311200.620.480.15347.0163.8158.82
HexD9537003E30F15b403b
Octal331123160076601753310073
Binary1101100110100111110000011111011000011111010110111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95370; }

 p { color: rgb(217,83,112); }

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

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

 a { background-color: rgb(217,83,112); }

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

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

 span { border-color: rgb(217,83,112); }

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