#DE475E

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

Shades of Mandy #DE475E

Tints of Mandy #DE475E

Color information

#DE475E (or 0xDE475E) is unknown color: approx Mandy. HEX triplet: DE, 47 and 5E. RGB value is (222,71,94). Sum of RGB (Red+Green+Blue) = 222+71+94=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE475E is #21B8A1. Grayscale: #767676. Windows color (decimal): -2209954 or 6178782. OLE color: 6178782.

HSL color Cylindrical-coordinate representation of color #DE475E: hue angle of 350.86º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE475E is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2227194-
CMYK00.680.580.13
HSL350.86º69.59%57.45%-
HSV(B)350.86º68.02%87.06%-
XYZ34.420.8412.8-
YUV118.77114.03201.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.36%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=57.36%
G=18.35%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222719400.680.580.13350.8669.5957.45
HexDE475E0443AD15f4639
Octal3361071360104721553710671
Binary11011110100011110111100100010011101011011010111111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE475E; }

 p { color: rgb(222,71,94); }

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

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

 a { background-color: rgb(222,71,94); }

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

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

 span { border-color: rgb(222,71,94); }

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