#DA484D

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

Shades of Mandy #DA484D

Tints of Mandy #DA484D

Color information

#DA484D (or 0xDA484D) is unknown color: approx Mandy. HEX triplet: DA, 48 and 4D. RGB value is (218,72,77). Sum of RGB (Red+Green+Blue) = 218+72+77=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA484D is #25B7B2. Grayscale: #747474. Windows color (decimal): -2471859 or 5064922. OLE color: 5064922.

HSL color Cylindrical-coordinate representation of color #DA484D: hue angle of 357.95º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA484D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2187277-
CMYK00.670.650.15
HSL357.95º66.36%56.86%-
HSV(B)357.95º66.97%85.49%-
XYZ32.5720.089.18-
YUV116.22105.87200.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.40%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=59.40%
G=19.62%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218727700.670.650.15357.9566.3656.86
HexDA484D04341F1664239
Octal33211011501031011754610271
Binary110110101001000100110101000011100000111111011001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA484D; }

 p { color: rgb(218,72,77); }

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

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

 a { background-color: rgb(218,72,77); }

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

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

 span { border-color: rgb(218,72,77); }

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