#D05A5D

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

Shades of Mandy #D05A5D

Tints of Mandy #D05A5D

Color information

#D05A5D (or 0xD05A5D) is unknown color: approx Mandy. HEX triplet: D0, 5A and 5D. RGB value is (208,90,93). Sum of RGB (Red+Green+Blue) = 208+90+93=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A5D is #2FA5A2. Grayscale: #7D7D7D. Windows color (decimal): -3122595 or 6118096. OLE color: 6118096.

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

Color convert

RGB2089093-
CMYK00.570.550.18
HSL358.47º55.66%58.43%-
HSV(B)358.47º56.73%81.57%-
XYZ31.6421.5112.84-
YUV125.62109.59186.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=53.20%
G=23.02%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208909300.570.550.18358.4755.6658.43
HexD05A5D0393712166383a
Octal32013213507167225467072
Binary1101000010110101011101011100111011110010101100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05A5D; }

 p { color: rgb(208,90,93); }

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

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

 a { background-color: rgb(208,90,93); }

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

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

 span { border-color: rgb(208,90,93); }

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