#D85C83

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

Shades of Cranberry #D85C83

Tints of Cranberry #D85C83

Color information

#D85C83 (or 0xD85C83) is unknown color: approx Cranberry. HEX triplet: D8, 5C and 83. RGB value is (216,92,131). Sum of RGB (Red+Green+Blue) = 216+92+131=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C83 is #27A37C. Grayscale: #858585. Windows color (decimal): -2597757 or 8608984. OLE color: 8608984.

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

Color convert

RGB21692131-
CMYK00.570.390.15
HSL341.13º61.39%60.39%-
HSV(B)341.13º57.41%84.71%-
XYZ36.2423.8924.17-
YUV133.52126.58186.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=49.20%
G=20.96%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169213100.570.390.15341.1361.3960.39
HexD85C8303927F1553d3c
Octal33013420307147175257574
Binary1101100010111001000001101110011001111111101010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85C83; }

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

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

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

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

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

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

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

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