#D95F7F

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

Shades of Cranberry #D95F7F

Tints of Cranberry #D95F7F

Color information

#D95F7F (or 0xD95F7F) is unknown color: approx Cranberry. HEX triplet: D9, 5F and 7F. RGB value is (217,95,127). Sum of RGB (Red+Green+Blue) = 217+95+127=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F7F is #26A080. Grayscale: #878787. Windows color (decimal): -2531457 or 8347609. OLE color: 8347609.

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

Color convert

RGB21795127-
CMYK00.560.410.15
HSL344.26º61.62%61.18%-
HSV(B)344.26º56.22%85.1%-
XYZ36.5424.4722.88-
YUV135.13123.42186.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 127 (50% from 255) = 28.93%
R=49.43%
G=21.64%
B=28.93%

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
Decimal2179512700.560.410.15344.2661.6261.18
HexD95F7F03829F1583e3d
Octal33113717707051175307675
Binary110110011011111111111101110001010011111101011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F7F; }

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

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

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

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

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

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

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

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