#d85682

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

Shades of Cranberry #D85682

Tints of Cranberry #D85682

Color information

#D85682 (or 0xD85682) is unknown color: approx Cranberry. HEX triplet: D8, 56 and 82. RGB value is (216,86,130). Sum of RGB (Red+Green+Blue) = 216+86+130=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D85682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85682 is #27A97D. Grayscale: #818181. Windows color (decimal): -2599294 or 8541912. OLE color: 8541912.

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

Color convert

RGB21686130-
CMYK00.600.400.15
HSL339.69º62.5%59.22%-
HSV(B)339.69º60.19%84.71%-
XYZ35.6822.8723.65-
YUV129.89128.07189.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=50%
G=19.91%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168613000.600.400.15339.6962.559.22
HexD8568203C28F1543e3b
Octal33012620207450175247673
Binary1101100010101101000001001111001010001111101010100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85682; }

 p { color: rgb(216,86,130); }

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

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

 a { background-color: rgb(216,86,130); }

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

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

 span { border-color: rgb(216,86,130); }

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