#D5595D

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

Shades of Mandy #D5595D

Tints of Mandy #D5595D

Color information

#D5595D (or 0xD5595D) is unknown color: approx Mandy. HEX triplet: D5, 59 and 5D. RGB value is (213,89,93). Sum of RGB (Red+Green+Blue) = 213+89+93=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5595D is #2AA6A2. Grayscale: #7E7E7E. Windows color (decimal): -2795171 or 6117845. OLE color: 6117845.

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

Color convert

RGB2138993-
CMYK00.580.560.16
HSL358.06º59.62%59.22%-
HSV(B)358.06º58.22%83.53%-
XYZ32.9922.0812.88-
YUV126.53109.08189.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=53.92%
G=22.53%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213899300.580.560.16358.0659.6259.22
HexD5595D03A38101663c3b
Octal32513113507270205467473
Binary1101010110110011011101011101011100010000101100110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5595D; }

 p { color: rgb(213,89,93); }

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

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

 a { background-color: rgb(213,89,93); }

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

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

 span { border-color: rgb(213,89,93); }

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