#D95B7B

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

Shades of Cranberry #D95B7B

Tints of Cranberry #D95B7B

Color information

#D95B7B (or 0xD95B7B) is unknown color: approx Cranberry. HEX triplet: D9, 5B and 7B. RGB value is (217,91,123). Sum of RGB (Red+Green+Blue) = 217+91+123=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B7B is #26A484. Grayscale: #848484. Windows color (decimal): -2532485 or 8084441. OLE color: 8084441.

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

Color convert

RGB21791123-
CMYK00.580.430.15
HSL344.76º62.38%60.39%-
HSV(B)344.76º58.06%85.1%-
XYZ35.9323.6621.41-
YUV132.32122.74188.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=50.35%
G=21.11%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179112300.580.430.15344.7662.3860.39
HexD95B7B03A2BF1593e3c
Octal33113317307253175317674
Binary110110011011011111101101110101010111111101011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B7B; }

 p { color: rgb(217,91,123); }

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

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

 a { background-color: rgb(217,91,123); }

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

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

 span { border-color: rgb(217,91,123); }

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