#DD6260

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

Shades of Roman #DD6260

Tints of Roman #DD6260

Color information

#DD6260 (or 0xDD6260) is unknown color: approx Roman. HEX triplet: DD, 62 and 60. RGB value is (221,98,96). Sum of RGB (Red+Green+Blue) = 221+98+96=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6260 is #229D9F. Grayscale: #868686. Windows color (decimal): -2268576 or 6316765. OLE color: 6316765.

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

Color convert

RGB2219896-
CMYK00.560.570.13
HSL0.96º64.77%62.16%-
HSV(B)0.96º56.56%86.67%-
XYZ36.324.9513.97-
YUV134.55106.25189.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=53.25%
G=23.61%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221989600.560.570.130.9664.7762.16
HexDD626003839D1413e
Octal3351421400707115110176
Binary11011101110001011000000111000111001110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6260; }

 p { color: rgb(221,98,96); }

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

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

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

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

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

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

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