#DD717B

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

Shades of Froly #DD717B

Tints of Froly #DD717B

Color information

#DD717B (or 0xDD717B) is unknown color: approx Froly. HEX triplet: DD, 71 and 7B. RGB value is (221,113,123). Sum of RGB (Red+Green+Blue) = 221+113+123=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717B is #228E84. Grayscale: #929292. Windows color (decimal): -2264709 or 8090077. OLE color: 8090077.

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

Color convert

RGB221113123-
CMYK00.490.440.13
HSL354.44º61.36%65.49%-
HSV(B)354.44º48.87%86.67%-
XYZ39.328.6122.19-
YUV146.43114.78181.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=48.36%
G=24.73%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111312300.490.440.13354.4461.3665.49
HexDD717B0312CD1623d41
Octal335161173061541554275101
Binary1101110111100011111011011000110110011011011000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD717B; }

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

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

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

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

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

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

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

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