#D06568

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

Shades of Mandy #D06568

Tints of Mandy #D06568

Color information

#D06568 (or 0xD06568) is unknown color: approx Mandy. HEX triplet: D0, 65 and 68. RGB value is (208,101,104). Sum of RGB (Red+Green+Blue) = 208+101+104=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D06568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06568 is #2F9A97. Grayscale: #858585. Windows color (decimal): -3119768 or 6841808. OLE color: 6841808.

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

Color convert

RGB208101104-
CMYK00.510.50.18
HSL358.32º53.23%60.59%-
HSV(B)358.32º51.44%81.57%-
XYZ33.1623.7215.93-
YUV133.34111.45181.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=50.36%
G=24.46%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810110400.510.50.18358.3253.2360.59
HexD065680333212166353d
Octal32014515006362225466575
Binary1101000011001011101000011001111001010010101100110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06568; }

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

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

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

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

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

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

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

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