#DD717E

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

Shades of Froly #DD717E

Tints of Froly #DD717E

Color information

#DD717E (or 0xDD717E) is unknown color: approx Froly. HEX triplet: DD, 71 and 7E. RGB value is (221,113,126). Sum of RGB (Red+Green+Blue) = 221+113+126=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717E is #228E81. Grayscale: #929292. Windows color (decimal): -2264706 or 8286685. OLE color: 8286685.

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

Color convert

RGB221113126-
CMYK00.490.430.13
HSL352.78º61.36%65.49%-
HSV(B)352.78º48.87%86.67%-
XYZ39.4928.6923.19-
YUV146.77116.28180.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=48.04%
G=24.57%
B=27.39%

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
Decimal22111312600.490.430.13352.7861.3665.49
HexDD717E0312BD1613d41
Octal335161176061531554175101
Binary1101110111100011111110011000110101111011011000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD717E; }

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

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

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

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

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

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

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

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