#D65A62

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

Shades of Mandy #D65A62

Tints of Mandy #D65A62

Color information

#D65A62 (or 0xD65A62) is unknown color: approx Mandy. HEX triplet: D6, 5A and 62. RGB value is (214,90,98). Sum of RGB (Red+Green+Blue) = 214+90+98=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A62 is #29A59D. Grayscale: #808080. Windows color (decimal): -2729374 or 6445782. OLE color: 6445782.

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

Color convert

RGB2149098-
CMYK00.580.540.16
HSL356.13º60.19%59.61%-
HSV(B)356.13º57.94%83.92%-
XYZ33.5922.4914.13-
YUV127.99111.08189.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=53.23%
G=22.39%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214909800.580.540.16356.1360.1959.61
HexD65A6203A36101643c3c
Octal32613214207266205447474
Binary1101011010110101100010011101011011010000101100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A62; }

 p { color: rgb(214,90,98); }

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

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

 a { background-color: rgb(214,90,98); }

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

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

 span { border-color: rgb(214,90,98); }

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