#DD6661

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

Shades of Roman #DD6661

Tints of Roman #DD6661

Color information

#DD6661 (or 0xDD6661) is unknown color: approx Roman. HEX triplet: DD, 66 and 61. RGB value is (221,102,97). Sum of RGB (Red+Green+Blue) = 221+102+97=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6661 is #22999E. Grayscale: #898989. Windows color (decimal): -2267551 or 6383325. OLE color: 6383325.

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

Color convert

RGB22110297-
CMYK00.540.560.13
HSL2.42º64.58%62.35%-
HSV(B)2.42º56.11%86.67%-
XYZ36.7325.7414.34-
YUV137.01105.42187.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=52.62%
G=24.29%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211029700.540.560.132.4264.5862.35
HexDD666103638D2413e
Octal3351461410667015210176
Binary110111011100110110000101101101110001101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6661; }

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

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

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

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

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

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

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

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