#DE5160

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

Shades of Mandy #DE5160

Tints of Mandy #DE5160

Color information

#DE5160 (or 0xDE5160) is unknown color: approx Mandy. HEX triplet: DE, 51 and 60. RGB value is (222,81,96). Sum of RGB (Red+Green+Blue) = 222+81+96=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5160 is #21AE9F. Grayscale: #7C7C7C. Windows color (decimal): -2207392 or 6312414. OLE color: 6312414.

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

Color convert

RGB2228196-
CMYK00.640.570.13
HSL353.62º68.12%59.41%-
HSV(B)353.62º63.51%87.06%-
XYZ35.1822.2613.51-
YUV124.87111.71197.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=55.64%
G=20.30%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222819600.640.570.13353.6268.1259.41
HexDE516004039D162443b
Octal3361211400100711554210473
Binary11011110101000111000000100000011100111011011000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5160; }

 p { color: rgb(222,81,96); }

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

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

 a { background-color: rgb(222,81,96); }

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

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

 span { border-color: rgb(222,81,96); }

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