#D95D82

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

Shades of Cranberry #D95D82

Tints of Cranberry #D95D82

Color information

#D95D82 (or 0xD95D82) is unknown color: approx Cranberry. HEX triplet: D9, 5D and 82. RGB value is (217,93,130). Sum of RGB (Red+Green+Blue) = 217+93+130=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D82 is #26A27D. Grayscale: #868686. Windows color (decimal): -2531966 or 8543705. OLE color: 8543705.

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

Color convert

RGB21793130-
CMYK00.570.400.15
HSL342.1º62%60.78%-
HSV(B)342.1º57.14%85.1%-
XYZ36.5624.1923.86-
YUV134.29125.58186.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=49.32%
G=21.14%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179313000.570.400.15342.16260.78
HexD95D8203928F1563e3d
Octal33113520207150175267675
Binary1101100110111011000001001110011010001111101010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D82; }

 p { color: rgb(217,93,130); }

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

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

 a { background-color: rgb(217,93,130); }

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

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

 span { border-color: rgb(217,93,130); }

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