#DF5865

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

Shades of Mandy #DF5865

Tints of Mandy #DF5865

Color information

#DF5865 (or 0xDF5865) is unknown color: approx Mandy. HEX triplet: DF, 58 and 65. RGB value is (223,88,101). Sum of RGB (Red+Green+Blue) = 223+88+101=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5865 is #20A79A. Grayscale: #818181. Windows color (decimal): -2140059 or 6641887. OLE color: 6641887.

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

Color convert

RGB22388101-
CMYK00.610.550.13
HSL354.22º67.84%60.98%-
HSV(B)354.22º60.54%87.45%-
XYZ36.2723.6114.96-
YUV129.85111.73194.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.13%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=54.13%
G=21.36%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238810100.610.550.13354.2267.8460.98
HexDF586503D37D162443d
Octal337130145075671554210475
Binary1101111110110001100101011110111011111011011000101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5865; }

 p { color: rgb(223,88,101); }

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

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

 a { background-color: rgb(223,88,101); }

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

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

 span { border-color: rgb(223,88,101); }

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