#DD615D

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

Shades of Roman #DD615D

Tints of Roman #DD615D

Color information

#DD615D (or 0xDD615D) is unknown color: approx Roman. HEX triplet: DD, 61 and 5D. RGB value is (221,97,93). Sum of RGB (Red+Green+Blue) = 221+97+93=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD615D is #229EA2. Grayscale: #858585. Windows color (decimal): -2268835 or 6119901. OLE color: 6119901.

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

Color convert

RGB2219793-
CMYK00.560.580.13
HSL1.88º65.31%61.57%-
HSV(B)1.88º57.92%86.67%-
XYZ36.0724.7113.22-
YUV133.62105.08190.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=53.77%
G=23.60%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221979300.560.580.131.8865.3161.57
HexDD615D0383AD2413e
Octal3351411350707215210176
Binary110111011100001101110101110001110101101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD615D; }

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

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

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

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

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

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

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

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