#DE515E

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

Shades of Mandy #DE515E

Tints of Mandy #DE515E

Color information

#DE515E (or 0xDE515E) is unknown color: approx Mandy. HEX triplet: DE, 51 and 5E. RGB value is (222,81,94). Sum of RGB (Red+Green+Blue) = 222+81+94=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE515E is #21AEA1. Grayscale: #7C7C7C. Windows color (decimal): -2207394 or 6181342. OLE color: 6181342.

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

Color convert

RGB2228194-
CMYK00.640.580.13
HSL354.47º68.12%59.41%-
HSV(B)354.47º63.51%87.06%-
XYZ35.0922.2213.03-
YUV124.64110.71197.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.92%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=55.92%
G=20.40%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222819400.640.580.13354.4768.1259.41
HexDE515E0403AD162443b
Octal3361211360100721554210473
Binary11011110101000110111100100000011101011011011000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE515E; }

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

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

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

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

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

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

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

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