#DD707E

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

Shades of Froly #DD707E

Tints of Froly #DD707E

Color information

#DD707E (or 0xDD707E) is unknown color: approx Froly. HEX triplet: DD, 70 and 7E. RGB value is (221,112,126). Sum of RGB (Red+Green+Blue) = 221+112+126=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD707E is #228F81. Grayscale: #929292. Windows color (decimal): -2264962 or 8286429. OLE color: 8286429.

HSL color Cylindrical-coordinate representation of color #DD707E: hue angle of 352.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD707E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221112126-
CMYK00.490.430.13
HSL352.29º61.58%65.29%-
HSV(B)352.29º49.32%86.67%-
XYZ39.3828.4723.16-
YUV146.19116.61181.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=48.15%
G=24.40%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111212600.490.430.13352.2961.5865.29
HexDD707E0312BD1603e41
Octal335160176061531554076101
Binary1101110111100001111110011000110101111011011000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD707E; }

 p { color: rgb(221,112,126); }

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

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

 a { background-color: rgb(221,112,126); }

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

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

 span { border-color: rgb(221,112,126); }

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