#D65C61

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

Shades of Mandy #D65C61

Tints of Mandy #D65C61

Color information

#D65C61 (or 0xD65C61) is unknown color: approx Mandy. HEX triplet: D6, 5C and 61. RGB value is (214,92,97). Sum of RGB (Red+Green+Blue) = 214+92+97=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C61 is #29A39E. Grayscale: #818181. Windows color (decimal): -2728863 or 6380758. OLE color: 6380758.

HSL color Cylindrical-coordinate representation of color #D65C61: hue angle of 357.54º 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 #D65C61 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2149297-
CMYK00.570.550.16
HSL357.54º59.8%60%-
HSV(B)357.54º57.01%83.92%-
XYZ33.7222.8113.94-
YUV129.05109.92188.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.10%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=53.10%
G=22.83%
B=24.07%

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
Decimal214929700.570.550.16357.5459.860
HexD65C6103937101663c3c
Octal32613414107167205467474
Binary1101011010111001100001011100111011110000101100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C61; }

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

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

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

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

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

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

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

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