#DD6179

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

Shades of Froly #DD6179

Tints of Froly #DD6179

Color information

#DD6179 (or 0xDD6179) is unknown color: approx Froly. HEX triplet: DD, 61 and 79. RGB value is (221,97,121). Sum of RGB (Red+Green+Blue) = 221+97+121=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6179 is #229E86. Grayscale: #888888. Windows color (decimal): -2268807 or 7954909. OLE color: 7954909.

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

Color convert

RGB22197121-
CMYK00.560.450.13
HSL348.39º64.58%62.35%-
HSV(B)348.39º56.11%86.67%-
XYZ37.5425.320.99-
YUV136.81119.08188.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=50.34%
G=22.10%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219712100.560.450.13348.3964.5862.35
HexDD61790382DD15c413e
Octal335141171070551553410176
Binary1101110111000011111001011100010110111011010111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6179; }

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

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

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

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

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

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

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

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