#DD717D

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

Shades of Froly #DD717D

Tints of Froly #DD717D

Color information

#DD717D (or 0xDD717D) is unknown color: approx Froly. HEX triplet: DD, 71 and 7D. RGB value is (221,113,125). Sum of RGB (Red+Green+Blue) = 221+113+125=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717D is #228E82. Grayscale: #929292. Windows color (decimal): -2264707 or 8221149. OLE color: 8221149.

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

Color convert

RGB221113125-
CMYK00.490.430.13
HSL353.33º61.36%65.49%-
HSV(B)353.33º48.87%86.67%-
XYZ39.4328.6622.86-
YUV146.66115.78181.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=48.15%
G=24.62%
B=27.23%

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
Decimal22111312500.490.430.13353.3361.3665.49
HexDD717D0312BD1613d41
Octal335161175061531554175101
Binary1101110111100011111101011000110101111011011000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD717D; }

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

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

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

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

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

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

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

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