#DD615B

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

Shades of Roman #DD615B

Tints of Roman #DD615B

Color information

#DD615B (or 0xDD615B) is unknown color: approx Roman. HEX triplet: DD, 61 and 5B. RGB value is (221,97,91). Sum of RGB (Red+Green+Blue) = 221+97+91=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD615B is #229EA4. Grayscale: #858585. Windows color (decimal): -2268837 or 5988829. OLE color: 5988829.

HSL color Cylindrical-coordinate representation of color #DD615B: hue angle of 2.77º 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 #DD615B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2219791-
CMYK00.560.590.13
HSL2.77º65.66%61.18%-
HSV(B)2.77º58.82%86.67%-
XYZ35.9824.6812.76-
YUV133.39104.08190.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=54.03%
G=23.72%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221979100.560.590.132.7765.6661.18
HexDD615B0383BD3423d
Octal3351411330707315310275
Binary110111011100001101101101110001110111101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD615B; }

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

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

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

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

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

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

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

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