#D0464B

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

Shades of Mandy #D0464B

Tints of Mandy #D0464B

Color information

#D0464B (or 0xD0464B) is unknown color: approx Mandy. HEX triplet: D0, 46 and 4B. RGB value is (208,70,75). Sum of RGB (Red+Green+Blue) = 208+70+75=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0464B is #2FB9B4. Grayscale: #6F6F6F. Windows color (decimal): -3127733 or 4933328. OLE color: 4933328.

HSL color Cylindrical-coordinate representation of color #D0464B: hue angle of 357.83º 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 #D0464B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2087075-
CMYK00.660.640.18
HSL357.83º59.48%54.51%-
HSV(B)357.83º66.35%81.57%-
XYZ29.4718.38.64-
YUV111.83107.22196.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.92%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=58.92%
G=19.83%
B=21.25%

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
Decimal208707500.660.640.18357.8359.4854.51
HexD0464B04240121663b37
Octal3201061130102100225467367
Binary110100001000110100101101000010100000010010101100110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0464B; }

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

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

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

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

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

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

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

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