#DD7480

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

Shades of Froly #DD7480

Tints of Froly #DD7480

Color information

#DD7480 (or 0xDD7480) is unknown color: approx Froly. HEX triplet: DD, 74 and 80. RGB value is (221,116,128). Sum of RGB (Red+Green+Blue) = 221+116+128=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7480 is #228B7F. Grayscale: #949494. Windows color (decimal): -2263936 or 8418525. OLE color: 8418525.

HSL color Cylindrical-coordinate representation of color #DD7480: hue angle of 353.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7480 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221116128-
CMYK00.480.420.13
HSL353.14º60.69%66.08%-
HSV(B)353.14º47.51%86.67%-
XYZ39.9629.4223.99-
YUV148.76116.29179.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=47.53%
G=24.95%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111612800.480.420.13353.1460.6966.08
HexDD74800302AD1613d42
Octal335164200060521554175102
Binary11011101111010010000000011000010101011011011000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7480; }

 p { color: rgb(221,116,128); }

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

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

 a { background-color: rgb(221,116,128); }

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

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

 span { border-color: rgb(221,116,128); }

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