#D9527D

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

Shades of Cranberry #D9527D

Tints of Cranberry #D9527D

Color information

#D9527D (or 0xD9527D) is unknown color: approx Cranberry. HEX triplet: D9, 52 and 7D. RGB value is (217,82,125). Sum of RGB (Red+Green+Blue) = 217+82+125=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9527D is #26AD82. Grayscale: #7F7F7F. Windows color (decimal): -2534787 or 8213209. OLE color: 8213209.

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

Color convert

RGB21782125-
CMYK00.620.420.15
HSL340.89º63.98%58.63%-
HSV(B)340.89º62.21%85.1%-
XYZ35.3322.2721.84-
YUV127.27126.73192-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.18%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=51.18%
G=19.34%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178212500.620.420.15340.8963.9858.63
HexD9527D03E2AF155403b
Octal331122175076521752510073
Binary1101100110100101111101011111010101011111010101011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9527D; }

 p { color: rgb(217,82,125); }

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

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

 a { background-color: rgb(217,82,125); }

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

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

 span { border-color: rgb(217,82,125); }

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