#DD717A

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

Shades of Froly #DD717A

Tints of Froly #DD717A

Color information

#DD717A (or 0xDD717A) is unknown color: approx Froly. HEX triplet: DD, 71 and 7A. RGB value is (221,113,122). Sum of RGB (Red+Green+Blue) = 221+113+122=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717A is #228E85. Grayscale: #929292. Windows color (decimal): -2264710 or 8024541. OLE color: 8024541.

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

Color convert

RGB221113122-
CMYK00.490.450.13
HSL355º61.36%65.49%-
HSV(B)355º48.87%86.67%-
XYZ39.2428.5921.86-
YUV146.32114.28181.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=48.46%
G=24.78%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111312200.490.450.1335561.3665.49
HexDD717A0312DD1633d41
Octal335161172061551554375101
Binary1101110111100011111010011000110110111011011000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD717A; }

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

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

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

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

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

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

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

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