#DD647A

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

Shades of Froly #DD647A

Tints of Froly #DD647A

Color information

#DD647A (or 0xDD647A) is unknown color: approx Froly. HEX triplet: DD, 64 and 7A. RGB value is (221,100,122). Sum of RGB (Red+Green+Blue) = 221+100+122=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD647A is #229B85. Grayscale: #8A8A8A. Windows color (decimal): -2268038 or 8021213. OLE color: 8021213.

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

Color convert

RGB221100122-
CMYK00.550.450.13
HSL349.09º64.02%62.94%-
HSV(B)349.09º54.75%86.67%-
XYZ37.8925.8921.41-
YUV138.69118.59186.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=49.89%
G=22.57%
B=27.54%

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
Decimal22110012200.550.450.13349.0964.0262.94
HexDD647A0372DD15d403f
Octal335144172067551553510077
Binary1101110111001001111010011011110110111011010111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD647A; }

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

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

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

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

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

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

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

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