#D65760

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

Shades of Mandy #D65760

Tints of Mandy #D65760

Color information

#D65760 (or 0xD65760) is unknown color: approx Mandy. HEX triplet: D6, 57 and 60. RGB value is (214,87,96). Sum of RGB (Red+Green+Blue) = 214+87+96=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65760 is #29A89F. Grayscale: #7E7E7E. Windows color (decimal): -2730144 or 6313942. OLE color: 6313942.

HSL color Cylindrical-coordinate representation of color #D65760: hue angle of 355.75º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65760 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2148796-
CMYK00.590.550.16
HSL355.75º60.77%59.02%-
HSV(B)355.75º59.35%83.92%-
XYZ33.2521.9613.55-
YUV126111.08190.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.90%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=53.90%
G=21.91%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214879600.590.550.16355.7560.7759.02
HexD6576003B37101643d3b
Octal32612714007367205447573
Binary1101011010101111100000011101111011110000101100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65760; }

 p { color: rgb(214,87,96); }

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

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

 a { background-color: rgb(214,87,96); }

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

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

 span { border-color: rgb(214,87,96); }

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