#DD6258

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

Shades of Roman #DD6258

Tints of Roman #DD6258

Color information

#DD6258 (or 0xDD6258) is unknown color: approx Roman. HEX triplet: DD, 62 and 58. RGB value is (221,98,88). Sum of RGB (Red+Green+Blue) = 221+98+88=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6258 is #229DA7. Grayscale: #858585. Windows color (decimal): -2268584 or 5792477. OLE color: 5792477.

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

Color convert

RGB2219888-
CMYK00.560.600.13
HSL4.51º66.17%60.59%-
HSV(B)4.51º60.18%86.67%-
XYZ35.9524.8112.13-
YUV133.64102.25190.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=54.30%
G=24.08%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221988800.560.600.134.5166.1760.59
HexDD62580383CD5423d
Octal3351421300707415510275
Binary1101110111000101011000011100011110011011011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6258; }

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

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

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

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

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

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

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

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