#D35E65

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

Shades of Mandy #D35E65

Tints of Mandy #D35E65

Color information

#D35E65 (or 0xD35E65) is unknown color: approx Mandy. HEX triplet: D3, 5E and 65. RGB value is (211,94,101). Sum of RGB (Red+Green+Blue) = 211+94+101=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35E65 is #2CA19A. Grayscale: #818181. Windows color (decimal): -2924955 or 6643411. OLE color: 6643411.

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

Color convert

RGB21194101-
CMYK00.550.520.17
HSL356.41º57.07%59.8%-
HSV(B)356.41º55.45%82.75%-
XYZ33.2222.7914.96-
YUV129.78111.76185.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.97%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=51.97%
G=23.15%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119410100.550.520.17356.4157.0759.8
HexD35E650373411164393c
Octal32313614506764215447174
Binary1101001110111101100101011011111010010001101100100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35E65; }

 p { color: rgb(211,94,101); }

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

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

 a { background-color: rgb(211,94,101); }

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

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

 span { border-color: rgb(211,94,101); }

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