#DD6176

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

Shades of Froly #DD6176

Tints of Froly #DD6176

Color information

#DD6176 (or 0xDD6176) is unknown color: approx Froly. HEX triplet: DD, 61 and 76. RGB value is (221,97,118). Sum of RGB (Red+Green+Blue) = 221+97+118=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6176 is #229E89. Grayscale: #888888. Windows color (decimal): -2268810 or 7758301. OLE color: 7758301.

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

Color convert

RGB22197118-
CMYK00.560.470.13
HSL349.84º64.58%62.35%-
HSV(B)349.84º56.11%86.67%-
XYZ37.3625.2320.04-
YUV136.47117.58188.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=50.69%
G=22.25%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219711800.560.470.13349.8464.5862.35
HexDD61760382FD15e413e
Octal335141166070571553610176
Binary1101110111000011110110011100010111111011010111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6176; }

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

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

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

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

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

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

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

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