#D95B7A

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

Shades of Cranberry #D95B7A

Tints of Cranberry #D95B7A

Color information

#D95B7A (or 0xD95B7A) is unknown color: approx Cranberry. HEX triplet: D9, 5B and 7A. RGB value is (217,91,122). Sum of RGB (Red+Green+Blue) = 217+91+122=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B7A is #26A485. Grayscale: #848484. Windows color (decimal): -2532486 or 8018905. OLE color: 8018905.

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

Color convert

RGB21791122-
CMYK00.580.440.15
HSL345.24º62.38%60.39%-
HSV(B)345.24º58.06%85.1%-
XYZ35.8723.6421.08-
YUV132.21122.24188.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=50.47%
G=21.16%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179112200.580.440.15345.2462.3860.39
HexD95B7A03A2CF1593e3c
Octal33113317207254175317674
Binary110110011011011111101001110101011001111101011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B7A; }

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

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

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

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

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

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

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

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