#DE5C65

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

Shades of Mandy #DE5C65

Tints of Mandy #DE5C65

Color information

#DE5C65 (or 0xDE5C65) is unknown color: approx Mandy. HEX triplet: DE, 5C and 65. RGB value is (222,92,101). Sum of RGB (Red+Green+Blue) = 222+92+101=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C65 is #21A39A. Grayscale: #838383. Windows color (decimal): -2204571 or 6642910. OLE color: 6642910.

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

Color convert

RGB22292101-
CMYK00.590.550.13
HSL355.85º66.33%61.57%-
HSV(B)355.85º58.56%87.06%-
XYZ36.324.1215.05-
YUV131.9110.57192.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.49%
GREEN value IS 92 (36.33% from 255) = 22.17%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=53.49%
G=22.17%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229210100.590.550.13355.8566.3361.57
HexDE5C6503B37D164423e
Octal336134145073671554410276
Binary1101111010111001100101011101111011111011011001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C65; }

 p { color: rgb(222,92,101); }

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

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

 a { background-color: rgb(222,92,101); }

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

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

 span { border-color: rgb(222,92,101); }

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