#D95376

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

Shades of Cranberry #D95376

Tints of Cranberry #D95376

Color information

#D95376 (or 0xD95376) is unknown color: approx Cranberry. HEX triplet: D9, 53 and 76. RGB value is (217,83,118). Sum of RGB (Red+Green+Blue) = 217+83+118=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D95376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95376 is #26AC89. Grayscale: #7F7F7F. Windows color (decimal): -2534538 or 7754713. OLE color: 7754713.

HSL color Cylindrical-coordinate representation of color #D95376: hue angle of 344.33º 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 #D95376 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21783118-
CMYK00.620.460.15
HSL344.33º63.81%58.82%-
HSV(B)344.33º61.75%85.1%-
XYZ34.9822.2519.59-
YUV127.06122.89192.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=51.91%
G=19.86%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178311800.620.460.15344.3363.8158.82
HexD9537603E2EF158403b
Octal331123166076561753010073
Binary1101100110100111110110011111010111011111010110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95376; }

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

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

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

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

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

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

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

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