#DF515D

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

Shades of Mandy #DF515D

Tints of Mandy #DF515D

Color information

#DF515D (or 0xDF515D) is unknown color: approx Mandy. HEX triplet: DF, 51 and 5D. RGB value is (223,81,93). Sum of RGB (Red+Green+Blue) = 223+81+93=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF515D is #20AEA2. Grayscale: #7C7C7C. Windows color (decimal): -2141859 or 6115807. OLE color: 6115807.

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

Color convert

RGB2238193-
CMYK00.640.580.13
HSL354.93º68.93%59.61%-
HSV(B)354.93º63.68%87.45%-
XYZ35.3522.3612.81-
YUV124.83110.04198.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.17%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=56.17%
G=20.40%
B=23.43%

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
Decimal223819300.640.580.13354.9368.9359.61
HexDF515D0403AD163453c
Octal3371211350100721554310574
Binary11011111101000110111010100000011101011011011000111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF515D; }

 p { color: rgb(223,81,93); }

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

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

 a { background-color: rgb(223,81,93); }

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

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

 span { border-color: rgb(223,81,93); }

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