#D65E63

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

Shades of Mandy #D65E63

Tints of Mandy #D65E63

Color information

#D65E63 (or 0xD65E63) is unknown color: approx Mandy. HEX triplet: D6, 5E and 63. RGB value is (214,94,99). Sum of RGB (Red+Green+Blue) = 214+94+99=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E63 is #29A19C. Grayscale: #828282. Windows color (decimal): -2728349 or 6512342. OLE color: 6512342.

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

Color convert

RGB2149499-
CMYK00.560.540.16
HSL357.5º59.41%60.39%-
HSV(B)357.5º56.07%83.92%-
XYZ33.9923.214.49-
YUV130.45110.26187.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=52.58%
G=23.10%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214949900.560.540.16357.559.4160.39
HexD65E6303836101663b3c
Octal32613614307066205467374
Binary1101011010111101100011011100011011010000101100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E63; }

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

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

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

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

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

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

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

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