#DD727C

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

Shades of Froly #DD727C

Tints of Froly #DD727C

Color information

#DD727C (or 0xDD727C) is unknown color: approx Froly. HEX triplet: DD, 72 and 7C. RGB value is (221,114,124). Sum of RGB (Red+Green+Blue) = 221+114+124=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD727C is #228D83. Grayscale: #939393. Windows color (decimal): -2264452 or 8155869. OLE color: 8155869.

HSL color Cylindrical-coordinate representation of color #DD727C: hue angle of 354.39º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD727C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221114124-
CMYK00.480.440.13
HSL354.39º61.14%65.69%-
HSV(B)354.39º48.42%86.67%-
XYZ39.4728.8622.56-
YUV147.13114.95180.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=48.15%
G=24.84%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111412400.480.440.13354.3961.1465.69
HexDD727C0302CD1623d42
Octal335162174060541554275102
Binary1101110111100101111100011000010110011011011000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD727C; }

 p { color: rgb(221,114,124); }

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

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

 a { background-color: rgb(221,114,124); }

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

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

 span { border-color: rgb(221,114,124); }

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