#D55D5C

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

Shades of Roman #D55D5C

Tints of Roman #D55D5C

Color information

#D55D5C (or 0xD55D5C) is unknown color: approx Roman. HEX triplet: D5, 5D and 5C. RGB value is (213,93,92). Sum of RGB (Red+Green+Blue) = 213+93+92=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D5C is #2AA2A3. Grayscale: #808080. Windows color (decimal): -2794148 or 6053333. OLE color: 6053333.

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

Color convert

RGB2139392-
CMYK00.560.570.16
HSL0.5º59.02%59.8%-
HSV(B)0.5º56.81%83.53%-
XYZ33.2922.7512.76-
YUV128.77107.26188.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=53.52%
G=23.37%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213939200.560.570.160.559.0259.8
HexD55D5C038391003b3c
Octal325135134070712007374
Binary11010101101110110111000111000111001100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55D5C; }

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

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

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

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

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

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

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

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