#d8527f

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

Shades of Cranberry #D8527F

Tints of Cranberry #D8527F

Color information

#D8527F (or 0xD8527F) is unknown color: approx Cranberry. HEX triplet: D8, 52 and 7F. RGB value is (216,82,127). Sum of RGB (Red+Green+Blue) = 216+82+127=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8527F is #27AD80. Grayscale: #7F7F7F. Windows color (decimal): -2600321 or 8344280. OLE color: 8344280.

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

Color convert

RGB21682127-
CMYK00.620.410.15
HSL339.85º63.21%58.43%-
HSV(B)339.85º62.04%84.71%-
XYZ35.1722.1722.5-
YUV127.2127.89191.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 127 (50% from 255) = 29.88%
R=50.82%
G=19.29%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168212700.620.410.15339.8563.2158.43
HexD8527F03E29F1543f3a
Octal33012217707651175247772
Binary110110001010010111111101111101010011111101010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8527f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8527f; }

 p { color: rgb(216,82,127); }

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

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

 a { background-color: rgb(216,82,127); }

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

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

 span { border-color: rgb(216,82,127); }

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