#D55D59

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

Shades of Roman #D55D59

Tints of Roman #D55D59

Color information

#D55D59 (or 0xD55D59) is unknown color: approx Roman. HEX triplet: D5, 5D and 59. RGB value is (213,93,89). Sum of RGB (Red+Green+Blue) = 213+93+89=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D59 is #2AA2A6. Grayscale: #808080. Windows color (decimal): -2794151 or 5856725. OLE color: 5856725.

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

Color convert

RGB2139389-
CMYK00.560.580.16
HSL1.94º59.62%59.22%-
HSV(B)1.94º58.22%83.53%-
XYZ33.1622.712.08-
YUV128.42105.76188.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=53.92%
G=23.54%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213938900.560.580.161.9459.6259.22
HexD55D590383A1023c3b
Octal325135131070722027473
Binary110101011011101101100101110001110101000010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55D59; }

 p { color: rgb(213,93,89); }

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

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

 a { background-color: rgb(213,93,89); }

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

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

 span { border-color: rgb(213,93,89); }

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