#D55F5D

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

Shades of Roman #D55F5D

Tints of Roman #D55F5D

Color information

#D55F5D (or 0xD55F5D) is unknown color: approx Roman. HEX triplet: D5, 5F and 5D. RGB value is (213,95,93). Sum of RGB (Red+Green+Blue) = 213+95+93=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F5D is #2AA0A2. Grayscale: #828282. Windows color (decimal): -2793635 or 6119381. OLE color: 6119381.

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

Color convert

RGB2139593-
CMYK00.550.560.16
HSL58.82%60%-
HSV(B)56.34%83.53%-
XYZ33.5123.1213.05-
YUV130.05107.09187.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=53.12%
G=23.69%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213959300.550.560.16158.8260
HexD55F5D037381013b3c
Octal325137135067702017374
Binary11010101101111110111010110111111000100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55F5D; }

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

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

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

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

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

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

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

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