#D85F5E

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

Shades of Roman #D85F5E

Tints of Roman #D85F5E

Color information

#D85F5E (or 0xD85F5E) is unknown color: approx Roman. HEX triplet: D8, 5F and 5E. RGB value is (216,95,94). Sum of RGB (Red+Green+Blue) = 216+95+94=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F5E is #27A0A1. Grayscale: #838383. Windows color (decimal): -2597026 or 6184920. OLE color: 6184920.

HSL color Cylindrical-coordinate representation of color #D85F5E: hue angle of 0.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F5E is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2169594-
CMYK00.560.560.15
HSL0.49º61%60.78%-
HSV(B)0.49º56.48%84.71%-
XYZ34.4323.5913.33-
YUV131.06107.09188.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=53.33%
G=23.46%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216959400.560.560.150.496160.78
HexD85F5E03838F03d3d
Octal330137136070701707575
Binary1101100010111111011110011100011100011110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F5E; }

 p { color: rgb(216,95,94); }

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

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

 a { background-color: rgb(216,95,94); }

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

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

 span { border-color: rgb(216,95,94); }

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