#D85983

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

Shades of Cranberry #D85983

Tints of Cranberry #D85983

Color information

#D85983 (or 0xD85983) is unknown color: approx Cranberry. HEX triplet: D8, 59 and 83. RGB value is (216,89,131). Sum of RGB (Red+Green+Blue) = 216+89+131=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D85983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85983 is #27A67C. Grayscale: #838383. Windows color (decimal): -2598525 or 8608216. OLE color: 8608216.

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

Color convert

RGB21689131-
CMYK00.590.390.15
HSL340.16º61.95%59.8%-
HSV(B)340.16º58.8%84.71%-
XYZ35.9923.3824.09-
YUV131.76127.58188.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.54%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=49.54%
G=20.41%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168913100.590.390.15340.1661.9559.8
HexD8598303B27F1543e3c
Octal33013120307347175247674
Binary1101100010110011000001101110111001111111101010100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85983; }

 p { color: rgb(216,89,131); }

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

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

 a { background-color: rgb(216,89,131); }

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

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

 span { border-color: rgb(216,89,131); }

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