#D0464A

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

Shades of Mandy #D0464A

Tints of Mandy #D0464A

Color information

#D0464A (or 0xD0464A) is unknown color: approx Mandy. HEX triplet: D0, 46 and 4A. RGB value is (208,70,74). Sum of RGB (Red+Green+Blue) = 208+70+74=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0464A is #2FB9B5. Grayscale: #6F6F6F. Windows color (decimal): -3127734 or 4867792. OLE color: 4867792.

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

Color convert

RGB2087074-
CMYK00.660.640.18
HSL358.26º59.48%54.51%-
HSV(B)358.26º66.35%81.57%-
XYZ29.4418.288.46-
YUV111.72106.72196.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.09%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=59.09%
G=19.89%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208707400.660.640.18358.2659.4854.51
HexD0464A04240121663b37
Octal3201061120102100225467367
Binary110100001000110100101001000010100000010010101100110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0464A; }

 p { color: rgb(208,70,74); }

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

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

 a { background-color: rgb(208,70,74); }

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

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

 span { border-color: rgb(208,70,74); }

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