#D85D67

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

Shades of Mandy #D85D67

Tints of Mandy #D85D67

Color information

#D85D67 (or 0xD85D67) is unknown color: approx Mandy. HEX triplet: D8, 5D and 67. RGB value is (216,93,103). Sum of RGB (Red+Green+Blue) = 216+93+103=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D67 is #27A298. Grayscale: #838383. Windows color (decimal): -2597529 or 6774232. OLE color: 6774232.

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

Color convert

RGB21693103-
CMYK00.570.520.15
HSL355.12º61.19%60.59%-
HSV(B)355.12º56.94%84.71%-
XYZ34.6823.4115.52-
YUV130.92112.25188.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.43%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 103 (40.62% from 255) = 25%
R=52.43%
G=22.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169310300.570.520.15355.1261.1960.59
HexD85D6703934F1633d3d
Octal33013514707164175437575
Binary110110001011101110011101110011101001111101100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85D67; }

 p { color: rgb(216,93,103); }

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

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

 a { background-color: rgb(216,93,103); }

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

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

 span { border-color: rgb(216,93,103); }

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