#DA454C

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

Shades of Mandy #DA454C

Tints of Mandy #DA454C

Color information

#DA454C (or 0xDA454C) is unknown color: approx Mandy. HEX triplet: DA, 45 and 4C. RGB value is (218,69,76). Sum of RGB (Red+Green+Blue) = 218+69+76=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA454C is #25BAB3. Grayscale: #727272. Windows color (decimal): -2472628 or 4998618. OLE color: 4998618.

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

Color convert

RGB2186976-
CMYK00.680.650.15
HSL357.18º66.82%56.27%-
HSV(B)357.18º68.35%85.49%-
XYZ32.3519.688.93-
YUV114.35106.36201.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.06%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=60.06%
G=19.01%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218697600.680.650.15357.1866.8256.27
HexDA454C04441F1654338
Octal33210511401041011754510370
Binary110110101000101100110001000100100000111111011001011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA454C; }

 p { color: rgb(218,69,76); }

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

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

 a { background-color: rgb(218,69,76); }

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

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

 span { border-color: rgb(218,69,76); }

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