#D85E80

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

Shades of Cranberry #D85E80

Tints of Cranberry #D85E80

Color information

#D85E80 (or 0xD85E80) is unknown color: approx Cranberry. HEX triplet: D8, 5E and 80. RGB value is (216,94,128). Sum of RGB (Red+Green+Blue) = 216+94+128=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E80 is #27A17F. Grayscale: #868686. Windows color (decimal): -2597248 or 8412888. OLE color: 8412888.

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

Color convert

RGB21694128-
CMYK00.560.410.15
HSL343.28º61%60.78%-
HSV(B)343.28º56.48%84.71%-
XYZ36.2224.1623.18-
YUV134.35124.42186.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=49.32%
G=21.46%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169412800.560.410.15343.286160.78
HexD85E8003829F1573d3d
Octal33013620007051175277575
Binary1101100010111101000000001110001010011111101010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E80; }

 p { color: rgb(216,94,128); }

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

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

 a { background-color: rgb(216,94,128); }

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

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

 span { border-color: rgb(216,94,128); }

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