#DF5055

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

Shades of Mandy #DF5055

Tints of Mandy #DF5055

Color information

#DF5055 (or 0xDF5055) is unknown color: approx Mandy. HEX triplet: DF, 50 and 55. RGB value is (223,80,85). Sum of RGB (Red+Green+Blue) = 223+80+85=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5055 is #20AFAA. Grayscale: #7B7B7B. Windows color (decimal): -2142123 or 5591263. OLE color: 5591263.

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

Color convert

RGB2238085-
CMYK00.640.620.13
HSL357.9º69.08%59.41%-
HSV(B)357.9º64.13%87.45%-
XYZ34.9422.0811.01-
YUV123.33106.38199.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.47%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=57.47%
G=20.62%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223808500.640.620.13357.969.0859.41
HexDF50550403ED166453b
Octal3371201250100761554610573
Binary11011111101000010101010100000011111011011011001101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5055; }

 p { color: rgb(223,80,85); }

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

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

 a { background-color: rgb(223,80,85); }

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

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

 span { border-color: rgb(223,80,85); }

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