#DD6479

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

Shades of Froly #DD6479

Tints of Froly #DD6479

Color information

#DD6479 (or 0xDD6479) is unknown color: approx Froly. HEX triplet: DD, 64 and 79. RGB value is (221,100,121). Sum of RGB (Red+Green+Blue) = 221+100+121=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6479 is #229B86. Grayscale: #8A8A8A. Windows color (decimal): -2268039 or 7955677. OLE color: 7955677.

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

Color convert

RGB221100121-
CMYK00.550.450.13
HSL349.59º64.02%62.94%-
HSV(B)349.59º54.75%86.67%-
XYZ37.8325.8721.09-
YUV138.57118.09186.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 121 (47.66% from 255) = 27.38%
R=50%
G=22.62%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110012100.550.450.13349.5964.0262.94
HexDD64790372DD15e403f
Octal335144171067551553610077
Binary1101110111001001111001011011110110111011010111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6479; }

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

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

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

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

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

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

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

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