#DD5D5C

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

Shades of Roman #DD5D5C

Tints of Roman #DD5D5C

Color information

#DD5D5C (or 0xDD5D5C) is unknown color: approx Roman. HEX triplet: DD, 5D and 5C. RGB value is (221,93,92). Sum of RGB (Red+Green+Blue) = 221+93+92=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D5C is #22A2A3. Grayscale: #838383. Windows color (decimal): -2269860 or 6053341. OLE color: 6053341.

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

Color convert

RGB2219392-
CMYK00.580.580.13
HSL0.47º65.48%61.37%-
HSV(B)0.47º58.37%86.67%-
XYZ35.6623.9712.87-
YUV131.16105.91192.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.43%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=54.43%
G=22.91%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221939200.580.580.130.4765.4861.37
HexDD5D5C03A3AD0413d
Octal3351351340727215010175
Binary11011101101110110111000111010111010110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D5C; }

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

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

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

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

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

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

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

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