#D65456

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

Shades of Mandy #D65456

Tints of Mandy #D65456

Color information

#D65456 (or 0xD65456) is unknown color: approx Mandy. HEX triplet: D6, 54 and 56. RGB value is (214,84,86). Sum of RGB (Red+Green+Blue) = 214+84+86=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D65456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65456 is #29ABA9. Grayscale: #7B7B7B. Windows color (decimal): -2730922 or 5657814. OLE color: 5657814.

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

Color convert

RGB2148486-
CMYK00.610.600.16
HSL359.08º61.32%58.43%-
HSV(B)359.08º60.75%83.92%-
XYZ32.5821.3111.2-
YUV123.1107.07192.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.73%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=55.73%
G=21.88%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214848600.610.600.16359.0861.3258.43
HexD6545603D3C101673d3a
Octal32612412607574205477572
Binary1101011010101001010110011110111110010000101100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65456; }

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

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

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

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

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

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

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

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