#D56266

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

Shades of Mandy #D56266

Tints of Mandy #D56266

Color information

#D56266 (or 0xD56266) is unknown color: approx Mandy. HEX triplet: D5, 62 and 66. RGB value is (213,98,102). Sum of RGB (Red+Green+Blue) = 213+98+102=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D56266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56266 is #2A9D99. Grayscale: #848484. Windows color (decimal): -2792858 or 6709973. OLE color: 6709973.

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

Color convert

RGB21398102-
CMYK00.540.520.16
HSL357.91º57.79%60.98%-
HSV(B)357.91º53.99%83.53%-
XYZ34.2123.8415.37-
YUV132.84110.6185.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=51.57%
G=23.73%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139810200.540.520.16357.9157.7960.98
HexD5626603634101663a3d
Octal32514214606664205467275
Binary1101010111000101100110011011011010010000101100110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56266; }

 p { color: rgb(213,98,102); }

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

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

 a { background-color: rgb(213,98,102); }

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

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

 span { border-color: rgb(213,98,102); }

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