#D65664

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

Shades of Mandy #D65664

Tints of Mandy #D65664

Color information

#D65664 (or 0xD65664) is unknown color: approx Mandy. HEX triplet: D6, 56 and 64. RGB value is (214,86,100). Sum of RGB (Red+Green+Blue) = 214+86+100=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65664 is #29A99B. Grayscale: #7D7D7D. Windows color (decimal): -2730396 or 6575830. OLE color: 6575830.

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

Color convert

RGB21486100-
CMYK00.600.530.16
HSL353.44º60.95%58.82%-
HSV(B)353.44º59.81%83.92%-
XYZ33.3621.8714.52-
YUV125.87113.41190.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 100 (39.45% from 255) = 25%
R=53.5%
G=21.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148610000.600.530.16353.4460.9558.82
HexD6566403C35101613d3b
Octal32612614407465205417573
Binary1101011010101101100100011110011010110000101100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65664; }

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

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

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

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

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

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

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

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