#D85A58

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

Shades of Roman #D85A58

Tints of Roman #D85A58

Color information

#D85A58 (or 0xD85A58) is unknown color: approx Roman. HEX triplet: D8, 5A and 58. RGB value is (216,90,88). Sum of RGB (Red+Green+Blue) = 216+90+88=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A58 is #27A5A7. Grayscale: #7F7F7F. Windows color (decimal): -2598312 or 5790424. OLE color: 5790424.

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

Color convert

RGB2169088-
CMYK00.580.590.15
HSL0.94º62.14%59.61%-
HSV(B)0.94º59.26%84.71%-
XYZ33.7422.6211.82-
YUV127.45105.74191.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=54.82%
G=22.84%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216908800.580.590.150.9462.1459.61
HexD85A5803A3BF13e3c
Octal330132130072731717674
Binary1101100010110101011000011101011101111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A58; }

 p { color: rgb(216,90,88); }

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

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

 a { background-color: rgb(216,90,88); }

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

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

 span { border-color: rgb(216,90,88); }

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