#D95F80

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

Shades of Cranberry #D95F80

Tints of Cranberry #D95F80

Color information

#D95F80 (or 0xD95F80) is unknown color: approx Cranberry. HEX triplet: D9, 5F and 80. RGB value is (217,95,128). Sum of RGB (Red+Green+Blue) = 217+95+128=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95F80 is #26A07F. Grayscale: #878787. Windows color (decimal): -2531456 or 8413145. OLE color: 8413145.

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

Color convert

RGB21795128-
CMYK00.560.410.15
HSL343.77º61.62%61.18%-
HSV(B)343.77º56.22%85.1%-
XYZ36.624.4923.22-
YUV135.24123.92186.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=49.32%
G=21.59%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179512800.560.410.15343.7761.6261.18
HexD95F8003829F1583e3d
Octal33113720007051175307675
Binary1101100110111111000000001110001010011111101011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F80; }

 p { color: rgb(217,95,128); }

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

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

 a { background-color: rgb(217,95,128); }

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

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

 span { border-color: rgb(217,95,128); }

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