#DD6476

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

Shades of Froly #DD6476

Tints of Froly #DD6476

Color information

#DD6476 (or 0xDD6476) is unknown color: approx Froly. HEX triplet: DD, 64 and 76. RGB value is (221,100,118). Sum of RGB (Red+Green+Blue) = 221+100+118=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6476 is #229B89. Grayscale: #8A8A8A. Windows color (decimal): -2268042 or 7759069. OLE color: 7759069.

HSL color Cylindrical-coordinate representation of color #DD6476: hue angle of 351.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6476 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221100118-
CMYK00.550.470.13
HSL351.07º64.02%62.94%-
HSV(B)351.07º54.75%86.67%-
XYZ37.6525.7920.13-
YUV138.23116.59187.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=50.34%
G=22.78%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110011800.550.470.13351.0764.0262.94
HexDD64760372FD15f403f
Octal335144166067571553710077
Binary1101110111001001110110011011110111111011010111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6476; }

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

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

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

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

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

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

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

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