#D0545A

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

Shades of Mandy #D0545A

Tints of Mandy #D0545A

Color information

#D0545A (or 0xD0545A) is unknown color: approx Mandy. HEX triplet: D0, 54 and 5A. RGB value is (208,84,90). Sum of RGB (Red+Green+Blue) = 208+84+90=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0545A is #2FABA5. Grayscale: #797979. Windows color (decimal): -3124134 or 5919952. OLE color: 5919952.

HSL color Cylindrical-coordinate representation of color #D0545A: hue angle of 357.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0545A is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB2088490-
CMYK00.600.570.18
HSL357.1º56.88%57.25%-
HSV(B)357.1º59.62%81.57%-
XYZ31.0320.4911.99-
YUV121.76110.08189.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.45%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=54.45%
G=21.99%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208849000.600.570.18357.156.8857.25
HexD0545A03C39121653939
Octal32012413207471225457171
Binary1101000010101001011010011110011100110010101100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0545A; }

 p { color: rgb(208,84,90); }

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

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

 a { background-color: rgb(208,84,90); }

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

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

 span { border-color: rgb(208,84,90); }

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