#D05765

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

Shades of Mandy #D05765

Tints of Mandy #D05765

Color information

#D05765 (or 0xD05765) is unknown color: approx Mandy. HEX triplet: D0, 57 and 65. RGB value is (208,87,101). Sum of RGB (Red+Green+Blue) = 208+87+101=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D05765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05765 is #2FA89A. Grayscale: #7C7C7C. Windows color (decimal): -3123355 or 6641616. OLE color: 6641616.

HSL color Cylindrical-coordinate representation of color #D05765: hue angle of 353.06º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05765 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20887101-
CMYK00.580.510.18
HSL353.06º56.28%57.84%-
HSV(B)353.06º58.17%81.57%-
XYZ31.7721.1714.72-
YUV124.78114.59187.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.53%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=52.53%
G=21.97%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088710100.580.510.18353.0656.2857.84
HexD0576503A3312161383a
Octal32012714507263225417072
Binary1101000010101111100101011101011001110010101100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05765; }

 p { color: rgb(208,87,101); }

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

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

 a { background-color: rgb(208,87,101); }

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

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

 span { border-color: rgb(208,87,101); }

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