#D9517C

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

Shades of Cranberry #D9517C

Tints of Cranberry #D9517C

Color information

#D9517C (or 0xD9517C) is unknown color: approx Cranberry. HEX triplet: D9, 51 and 7C. RGB value is (217,81,124). Sum of RGB (Red+Green+Blue) = 217+81+124=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9517C is #26AE83. Grayscale: #7E7E7E. Windows color (decimal): -2535044 or 8147417. OLE color: 8147417.

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

Color convert

RGB21781124-
CMYK00.630.430.15
HSL341.03º64.15%58.43%-
HSV(B)341.03º62.67%85.1%-
XYZ35.222.0921.48-
YUV126.57126.56192.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=51.42%
G=19.19%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178112400.630.430.15341.0364.1558.43
HexD9517C03F2BF155403a
Octal331121174077531752510072
Binary1101100110100011111100011111110101111111010101011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9517C; }

 p { color: rgb(217,81,124); }

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

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

 a { background-color: rgb(217,81,124); }

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

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

 span { border-color: rgb(217,81,124); }

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