#D65C60

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

Shades of Mandy #D65C60

Tints of Mandy #D65C60

Color information

#D65C60 (or 0xD65C60) is unknown color: approx Mandy. HEX triplet: D6, 5C and 60. RGB value is (214,92,96). Sum of RGB (Red+Green+Blue) = 214+92+96=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C60 is #29A39F. Grayscale: #818181. Windows color (decimal): -2728864 or 6315222. OLE color: 6315222.

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

Color convert

RGB2149296-
CMYK00.570.550.16
HSL358.03º59.8%60%-
HSV(B)358.03º57.01%83.92%-
XYZ33.6722.7913.69-
YUV128.93109.42188.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=53.23%
G=22.89%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214929600.570.550.16358.0359.860
HexD65C6003937101663c3c
Octal32613414007167205467474
Binary1101011010111001100000011100111011110000101100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C60; }

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

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

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

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

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

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

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

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