#D2464D

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

Shades of Mandy #D2464D

Tints of Mandy #D2464D

Color information

#D2464D (or 0xD2464D) is unknown color: approx Mandy. HEX triplet: D2, 46 and 4D. RGB value is (210,70,77). Sum of RGB (Red+Green+Blue) = 210+70+77=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2464D is #2DB9B2. Grayscale: #707070. Windows color (decimal): -2996659 or 5064402. OLE color: 5064402.

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

Color convert

RGB2107077-
CMYK00.670.630.18
HSL357º60.87%54.9%-
HSV(B)357º66.67%82.35%-
XYZ30.1118.629.03-
YUV112.66107.88197.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.82%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=58.82%
G=19.61%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210707700.670.630.1835760.8754.9
HexD2464D0433F121653d37
Octal322106115010377225457567
Binary11010010100011010011010100001111111110010101100101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2464D; }

 p { color: rgb(210,70,77); }

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

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

 a { background-color: rgb(210,70,77); }

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

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

 span { border-color: rgb(210,70,77); }

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