#D5464C

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

Shades of Mandy #D5464C

Tints of Mandy #D5464C

Color information

#D5464C (or 0xD5464C) is unknown color: approx Mandy. HEX triplet: D5, 46 and 4C. RGB value is (213,70,76). Sum of RGB (Red+Green+Blue) = 213+70+76=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5464C is #2AB9B3. Grayscale: #717171. Windows color (decimal): -2800052 or 4998869. OLE color: 4998869.

HSL color Cylindrical-coordinate representation of color #D5464C: hue angle of 357.48º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5464C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2137076-
CMYK00.670.640.16
HSL357.48º63%55.49%-
HSV(B)357.48º67.14%83.53%-
XYZ30.9419.058.88-
YUV113.44106.88199.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=59.33%
G=19.50%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213707600.670.640.16357.486355.49
HexD5464C04340101653f37
Octal3251061140103100205457767
Binary110101011000110100110001000011100000010000101100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5464C; }

 p { color: rgb(213,70,76); }

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

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

 a { background-color: rgb(213,70,76); }

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

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

 span { border-color: rgb(213,70,76); }

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