#D65662

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

Shades of Mandy #D65662

Tints of Mandy #D65662

Color information

#D65662 (or 0xD65662) is unknown color: approx Mandy. HEX triplet: D6, 56 and 62. RGB value is (214,86,98). Sum of RGB (Red+Green+Blue) = 214+86+98=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65662 is #29A99D. Grayscale: #7D7D7D. Windows color (decimal): -2730398 or 6444758. OLE color: 6444758.

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

Color convert

RGB2148698-
CMYK00.600.540.16
HSL354.38º60.95%58.82%-
HSV(B)354.38º59.81%83.92%-
XYZ33.2621.8314.02-
YUV125.64112.41191.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=53.77%
G=21.61%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214869800.600.540.16354.3860.9558.82
HexD6566203C36101623d3b
Octal32612614207466205427573
Binary1101011010101101100010011110011011010000101100010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65662; }

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

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

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

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

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

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

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

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