#D95D58

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

Shades of Roman #D95D58

Tints of Roman #D95D58

Color information

#D95D58 (or 0xD95D58) is unknown color: approx Roman. HEX triplet: D9, 5D and 58. RGB value is (217,93,88). Sum of RGB (Red+Green+Blue) = 217+93+88=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D58 is #26A2A7. Grayscale: #818181. Windows color (decimal): -2532008 or 5791193. OLE color: 5791193.

HSL color Cylindrical-coordinate representation of color #D95D58: hue angle of 2.33º degrees, saturation: 0.63, 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 #D95D58 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB2179388-
CMYK00.570.590.15
HSL2.33º62.93%59.8%-
HSV(B)2.33º59.45%85.1%-
XYZ34.2923.2811.92-
YUV129.51104.58190.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.52%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 88 (34.77% from 255) = 22.11%
R=54.52%
G=23.37%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217938800.570.590.152.3362.9359.8
HexD95D580393BF23f3c
Octal331135130071731727774
Binary11011001101110110110000111001111011111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D58; }

 p { color: rgb(217,93,88); }

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

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

 a { background-color: rgb(217,93,88); }

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

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

 span { border-color: rgb(217,93,88); }

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