#D65C5E

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

Shades of Mandy #D65C5E

Tints of Mandy #D65C5E

Color information

#D65C5E (or 0xD65C5E) is unknown color: approx Mandy. HEX triplet: D6, 5C and 5E. RGB value is (214,92,94). Sum of RGB (Red+Green+Blue) = 214+92+94=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C5E is #29A3A1. Grayscale: #808080. Windows color (decimal): -2728866 or 6184150. OLE color: 6184150.

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

Color convert

RGB2149294-
CMYK00.570.560.16
HSL359.02º59.8%60%-
HSV(B)359.02º57.01%83.92%-
XYZ33.5822.7613.21-
YUV128.71108.42188.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=53.5%
G=23%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214929400.570.560.16359.0259.860
HexD65C5E03938101673c3c
Octal32613413607170205477474
Binary1101011010111001011110011100111100010000101100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C5E; }

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

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

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

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

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

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

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

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