#D65C5D

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

Shades of Mandy #D65C5D

Tints of Mandy #D65C5D

Color information

#D65C5D (or 0xD65C5D) is unknown color: approx Mandy. HEX triplet: D6, 5C and 5D. RGB value is (214,92,93). Sum of RGB (Red+Green+Blue) = 214+92+93=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C5D is #29A3A2. Grayscale: #808080. Windows color (decimal): -2728867 or 6118614. OLE color: 6118614.

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

Color convert

RGB2149293-
CMYK00.570.570.16
HSL359.51º59.8%60%-
HSV(B)359.51º57.01%83.92%-
XYZ33.5322.7412.98-
YUV128.59107.92188.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.63%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=53.63%
G=23.06%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214929300.570.570.16359.5159.860
HexD65C5D03939101683c3c
Octal32613413507171205507474
Binary1101011010111001011101011100111100110000101101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C5D; }

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

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

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

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

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

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

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

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