#DD6477

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

Shades of Froly #DD6477

Tints of Froly #DD6477

Color information

#DD6477 (or 0xDD6477) is unknown color: approx Froly. HEX triplet: DD, 64 and 77. RGB value is (221,100,119). Sum of RGB (Red+Green+Blue) = 221+100+119=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6477 is #229B88. Grayscale: #8A8A8A. Windows color (decimal): -2268041 or 7824605. OLE color: 7824605.

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

Color convert

RGB221100119-
CMYK00.550.460.13
HSL350.58º64.02%62.94%-
HSV(B)350.58º54.75%86.67%-
XYZ37.7125.8220.45-
YUV138.34117.09186.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 119 (46.88% from 255) = 27.05%
R=50.23%
G=22.73%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110011900.550.460.13350.5864.0262.94
HexDD64770372ED15f403f
Octal335144167067561553710077
Binary1101110111001001110111011011110111011011010111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6477; }

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

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

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

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

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

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

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

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