#D8487B

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

Shades of Cranberry #D8487B

Tints of Cranberry #D8487B

Color information

#D8487B (or 0xD8487B) is unknown color: approx Cranberry. HEX triplet: D8, 48 and 7B. RGB value is (216,72,123). Sum of RGB (Red+Green+Blue) = 216+72+123=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8487B is #27B784. Grayscale: #787878. Windows color (decimal): -2602885 or 8079576. OLE color: 8079576.

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

Color convert

RGB21672123-
CMYK00.670.430.15
HSL338.75º64.86%56.47%-
HSV(B)338.75º66.67%84.71%-
XYZ34.2120.6620.92-
YUV120.87129.21195.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=52.55%
G=17.52%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167212300.670.430.15338.7564.8656.47
HexD8487B0432BF1534138
Octal3301101730103531752310170
Binary11011000100100011110110100001110101111111010100111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8487B; }

 p { color: rgb(216,72,123); }

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

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

 a { background-color: rgb(216,72,123); }

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

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

 span { border-color: rgb(216,72,123); }

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