#D05F61

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

Shades of Mandy #D05F61

Tints of Mandy #D05F61

Color information

#D05F61 (or 0xD05F61) is unknown color: approx Mandy. HEX triplet: D0, 5F and 61. RGB value is (208,95,97). Sum of RGB (Red+Green+Blue) = 208+95+97=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F61 is #2FA09E. Grayscale: #818181. Windows color (decimal): -3121311 or 6381520. OLE color: 6381520.

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

Color convert

RGB2089597-
CMYK00.540.530.18
HSL358.94º54.59%59.41%-
HSV(B)358.94º54.33%81.57%-
XYZ32.2622.4613.94-
YUV129.01109.94184.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=52%
G=23.75%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208959700.540.530.18358.9454.5959.41
HexD05F610363512167373b
Octal32013714106665225476773
Binary1101000010111111100001011011011010110010101100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F61; }

 p { color: rgb(208,95,97); }

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

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

 a { background-color: rgb(208,95,97); }

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

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

 span { border-color: rgb(208,95,97); }

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