#DE505D

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

Shades of Mandy #DE505D

Tints of Mandy #DE505D

Color information

#DE505D (or 0xDE505D) is unknown color: approx Mandy. HEX triplet: DE, 50 and 5D. RGB value is (222,80,93). Sum of RGB (Red+Green+Blue) = 222+80+93=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE505D is #21AFA2. Grayscale: #7C7C7C. Windows color (decimal): -2207651 or 6115550. OLE color: 6115550.

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

Color convert

RGB2228093-
CMYK00.640.580.13
HSL354.51º68.27%59.22%-
HSV(B)354.51º63.96%87.06%-
XYZ34.9722.0612.77-
YUV123.94110.54197.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=56.20%
G=20.25%
B=23.54%

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
Decimal222809300.640.580.13354.5168.2759.22
HexDE505D0403AD163443b
Octal3361201350100721554310473
Binary11011110101000010111010100000011101011011011000111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE505D; }

 p { color: rgb(222,80,93); }

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

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

 a { background-color: rgb(222,80,93); }

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

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

 span { border-color: rgb(222,80,93); }

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