#D9425A

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

Shades of Mandy #D9425A

Tints of Mandy #D9425A

Color information

#D9425A (or 0xD9425A) is unknown color: approx Mandy. HEX triplet: D9, 42 and 5A. RGB value is (217,66,90). Sum of RGB (Red+Green+Blue) = 217+66+90=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9425A is #26BDA5. Grayscale: #717171. Windows color (decimal): -2538918 or 5915353. OLE color: 5915353.

HSL color Cylindrical-coordinate representation of color #D9425A: hue angle of 350.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9425A is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB2176690-
CMYK00.700.590.15
HSL350.46º66.52%55.49%-
HSV(B)350.46º69.59%85.1%-
XYZ32.4119.3911.71-
YUV113.88114.53201.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.18%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=58.18%
G=17.69%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217669000.700.590.15350.4666.5255.49
HexD9425A0463BF15e4337
Octal3311021320106731753610367
Binary11011001100001010110100100011011101111111010111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9425A; }

 p { color: rgb(217,66,90); }

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

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

 a { background-color: rgb(217,66,90); }

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

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

 span { border-color: rgb(217,66,90); }

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