#D85C82

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

Shades of Cranberry #D85C82

Tints of Cranberry #D85C82

Color information

#D85C82 (or 0xD85C82) is unknown color: approx Cranberry. HEX triplet: D8, 5C and 82. RGB value is (216,92,130). Sum of RGB (Red+Green+Blue) = 216+92+130=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C82 is #27A37D. Grayscale: #858585. Windows color (decimal): -2597758 or 8543448. OLE color: 8543448.

HSL color Cylindrical-coordinate representation of color #D85C82: hue angle of 341.61º 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 #D85C82 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21692130-
CMYK00.570.400.15
HSL341.61º61.39%60.39%-
HSV(B)341.61º57.41%84.71%-
XYZ36.1823.8623.82-
YUV133.41126.08186.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=49.32%
G=21.00%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169213000.570.400.15341.6161.3960.39
HexD85C8203928F1563d3c
Octal33013420207150175267574
Binary1101100010111001000001001110011010001111101010110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85C82; }

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

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

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

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

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

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

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

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