#DD6161

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

Shades of Roman #DD6161

Tints of Roman #DD6161

Color information

#DD6161 (or 0xDD6161) is unknown color: approx Roman. HEX triplet: DD, 61 and 61. RGB value is (221,97,97). Sum of RGB (Red+Green+Blue) = 221+97+97=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6161 is #229E9E. Grayscale: #868686. Windows color (decimal): -2268831 or 6382045. OLE color: 6382045.

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

Color convert

RGB2219797-
CMYK00.560.560.13
HSL64.58%62.35%-
HSV(B)56.11%86.67%-
XYZ36.2524.7814.18-
YUV134.08107.08190-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=53.25%
G=23.37%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221979700.560.560.13064.5862.35
HexDD616103838D0413e
Octal3351411410707015010176
Binary11011101110000111000010111000111000110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6161; }

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

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

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

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

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

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

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

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