#D65C63

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

Shades of Mandy #D65C63

Tints of Mandy #D65C63

Color information

#D65C63 (or 0xD65C63) is unknown color: approx Mandy. HEX triplet: D6, 5C and 63. RGB value is (214,92,99). Sum of RGB (Red+Green+Blue) = 214+92+99=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C63 is #29A39C. Grayscale: #818181. Windows color (decimal): -2728861 or 6511830. OLE color: 6511830.

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

Color convert

RGB2149299-
CMYK00.570.540.16
HSL356.56º59.8%60%-
HSV(B)356.56º57.01%83.92%-
XYZ33.8122.8514.43-
YUV129.28110.92188.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=52.84%
G=22.72%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214929900.570.540.16356.5659.860
HexD65C6303936101653c3c
Octal32613414307166205457474
Binary1101011010111001100011011100111011010000101100101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C63; }

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

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

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

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

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

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

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

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