#df5655

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

Shades of Valencia #DF5655

Tints of Valencia #DF5655

Color information

#DF5655 (or 0xDF5655) is unknown color: approx Valencia. HEX triplet: DF, 56 and 55. RGB value is (223,86,85). Sum of RGB (Red+Green+Blue) = 223+86+85=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5655 is #20A9AA. Grayscale: #7E7E7E. Windows color (decimal): -2140587 or 5592799. OLE color: 5592799.

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

Color convert

RGB2238685-
CMYK00.610.620.13
HSL0.43º68.32%60.39%-
HSV(B)0.43º61.88%87.45%-
XYZ35.42311.17-
YUV126.85104.39196.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.60%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=56.60%
G=21.83%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223868500.610.620.130.4368.3260.39
HexDF565503D3ED0443c
Octal3371261250757615010474
Binary11011111101011010101010111101111110110101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5655; }

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

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

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

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

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

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

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

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