#D65160

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

Shades of Mandy #D65160

Tints of Mandy #D65160

Color information

#D65160 (or 0xD65160) is unknown color: approx Mandy. HEX triplet: D6, 51 and 60. RGB value is (214,81,96). Sum of RGB (Red+Green+Blue) = 214+81+96=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D65160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65160 is #29AE9F. Grayscale: #7A7A7A. Windows color (decimal): -2731680 or 6312406. OLE color: 6312406.

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

Color convert

RGB2148196-
CMYK00.620.550.16
HSL353.23º61.86%57.84%-
HSV(B)353.23º62.15%83.92%-
XYZ32.7921.0313.4-
YUV122.48113.06193.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=54.73%
G=20.72%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214819600.620.550.16353.2361.8657.84
HexD6516003E37101613e3a
Octal32612114007667205417672
Binary1101011010100011100000011111011011110000101100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65160; }

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

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

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

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

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

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

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

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