#DD5D5B

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

Shades of Roman #DD5D5B

Tints of Roman #DD5D5B

Color information

#DD5D5B (or 0xDD5D5B) is unknown color: approx Roman. HEX triplet: DD, 5D and 5B. RGB value is (221,93,91). Sum of RGB (Red+Green+Blue) = 221+93+91=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D5B is #22A2A4. Grayscale: #838383. Windows color (decimal): -2269861 or 5987805. OLE color: 5987805.

HSL color Cylindrical-coordinate representation of color #DD5D5B: hue angle of 0.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5D5B is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2219391-
CMYK00.580.590.13
HSL0.92º65.66%61.18%-
HSV(B)0.92º58.82%86.67%-
XYZ35.6223.9612.64-
YUV131.04105.41192.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.57%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=54.57%
G=22.96%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221939100.580.590.130.9265.6661.18
HexDD5D5B03A3BD1423d
Octal3351351330727315110275
Binary11011101101110110110110111010111011110111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D5B; }

 p { color: rgb(221,93,91); }

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

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

 a { background-color: rgb(221,93,91); }

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

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

 span { border-color: rgb(221,93,91); }

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