#DE5F59

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

Shades of Roman #DE5F59

Tints of Roman #DE5F59

Color information

#DE5F59 (or 0xDE5F59) is unknown color: approx Roman. HEX triplet: DE, 5F and 59. RGB value is (222,95,89). Sum of RGB (Red+Green+Blue) = 222+95+89=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5F59 is #21A0A6. Grayscale: #848484. Windows color (decimal): -2203815 or 5857246. OLE color: 5857246.

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

Color convert

RGB2229589-
CMYK00.570.600.13
HSL2.71º66.83%60.98%-
HSV(B)2.71º59.91%87.06%-
XYZ36.0224.4412.27-
YUV132.29103.58191.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.68%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=54.68%
G=23.40%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222958900.570.600.132.7166.8360.98
HexDE5F590393CD3433d
Octal3361371310717415310375
Binary110111101011111101100101110011111001101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5F59; }

 p { color: rgb(222,95,89); }

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

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

 a { background-color: rgb(222,95,89); }

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

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

 span { border-color: rgb(222,95,89); }

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