#DF465E

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

Shades of Mandy #DF465E

Tints of Mandy #DF465E

Color information

#DF465E (or 0xDF465E) is unknown color: approx Mandy. HEX triplet: DF, 46 and 5E. RGB value is (223,70,94). Sum of RGB (Red+Green+Blue) = 223+70+94=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF465E is #20B9A1. Grayscale: #767676. Windows color (decimal): -2144674 or 6178527. OLE color: 6178527.

HSL color Cylindrical-coordinate representation of color #DF465E: hue angle of 350.59º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF465E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2237094-
CMYK00.690.580.13
HSL350.59º70.51%57.45%-
HSV(B)350.59º68.61%87.45%-
XYZ34.6420.8812.79-
YUV118.48114.19202.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.62%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=57.62%
G=18.09%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223709400.690.580.13350.5970.5157.45
HexDF465E0453AD15f4739
Octal3371061360105721553710771
Binary11011111100011010111100100010111101011011010111111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF465E; }

 p { color: rgb(223,70,94); }

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

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

 a { background-color: rgb(223,70,94); }

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

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

 span { border-color: rgb(223,70,94); }

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