#dd6058

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

Shades of Roman #DD6058

Tints of Roman #DD6058

Color information

#DD6058 (or 0xDD6058) is unknown color: approx Roman. HEX triplet: DD, 60 and 58. RGB value is (221,96,88). Sum of RGB (Red+Green+Blue) = 221+96+88=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6058 is #229FA7. Grayscale: #848484. Windows color (decimal): -2269096 or 5791965. OLE color: 5791965.

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

Color convert

RGB2219688-
CMYK00.570.600.13
HSL3.61º66.17%60.59%-
HSV(B)3.61º60.18%86.67%-
XYZ35.7624.4412.07-
YUV132.46102.91191.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.57%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 88 (34.77% from 255) = 21.73%
R=54.57%
G=23.70%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221968800.570.600.133.6166.1760.59
HexDD60580393CD4423d
Octal3351401300717415410275
Binary1101110111000001011000011100111110011011001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6058; }

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

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

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

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

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

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

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

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