#DE5161

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

Shades of Mandy #DE5161

Tints of Mandy #DE5161

Color information

#DE5161 (or 0xDE5161) is unknown color: approx Mandy. HEX triplet: DE, 51 and 61. RGB value is (222,81,97). Sum of RGB (Red+Green+Blue) = 222+81+97=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5161 is #21AE9E. Grayscale: #7D7D7D. Windows color (decimal): -2207391 or 6377950. OLE color: 6377950.

HSL color Cylindrical-coordinate representation of color #DE5161: hue angle of 353.19º 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 #DE5161 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB2228197-
CMYK00.640.560.13
HSL353.19º68.12%59.41%-
HSV(B)353.19º63.51%87.06%-
XYZ35.2222.2813.75-
YUV124.98112.21197.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.5%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=55.5%
G=20.25%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222819700.640.560.13353.1968.1259.41
HexDE516104038D161443b
Octal3361211410100701554110473
Binary11011110101000111000010100000011100011011011000011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5161; }

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

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

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

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

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

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

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

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