#D1527C

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

Shades of Cranberry #D1527C

Tints of Cranberry #D1527C

Color information

#D1527C (or 0xD1527C) is unknown color: approx Cranberry. HEX triplet: D1, 52 and 7C. RGB value is (209,82,124). Sum of RGB (Red+Green+Blue) = 209+82+124=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1527C is #2EAD83. Grayscale: #7C7C7C. Windows color (decimal): -3059076 or 8147665. OLE color: 8147665.

HSL color Cylindrical-coordinate representation of color #D1527C: hue angle of 340.16º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1527C is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20982124-
CMYK00.610.410.18
HSL340.16º57.99%57.06%-
HSV(B)340.16º60.77%81.96%-
XYZ32.9521.0521.39-
YUV124.76127.58188.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=50.36%
G=19.76%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098212400.610.410.18340.1657.9957.06
HexD1527C03D29121543a39
Octal32112217407551225247271
Binary1101000110100101111100011110110100110010101010100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1527C; }

 p { color: rgb(209,82,124); }

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

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

 a { background-color: rgb(209,82,124); }

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

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

 span { border-color: rgb(209,82,124); }

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