#DE5A5F

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

Shades of Mandy #DE5A5F

Tints of Mandy #DE5A5F

Color information

#DE5A5F (or 0xDE5A5F) is unknown color: approx Mandy. HEX triplet: DE, 5A and 5F. RGB value is (222,90,95). Sum of RGB (Red+Green+Blue) = 222+90+95=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5A5F is #21A5A0. Grayscale: #828282. Windows color (decimal): -2205089 or 6249182. OLE color: 6249182.

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

Color convert

RGB2229095-
CMYK00.590.570.13
HSL357.73º66.67%61.18%-
HSV(B)357.73º59.46%87.06%-
XYZ35.8523.6713.51-
YUV130.04108.23193.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=54.55%
G=22.11%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222909500.590.570.13357.7366.6761.18
HexDE5A5F03B39D166433d
Octal336132137073711554610375
Binary1101111010110101011111011101111100111011011001101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A5F; }

 p { color: rgb(222,90,95); }

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

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

 a { background-color: rgb(222,90,95); }

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

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

 span { border-color: rgb(222,90,95); }

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