#dc727f

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

Shades of Froly #DC727F

Tints of Froly #DC727F

Color information

#DC727F (or 0xDC727F) is unknown color: approx Froly. HEX triplet: DC, 72 and 7F. RGB value is (220,114,127). Sum of RGB (Red+Green+Blue) = 220+114+127=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC727F is #238D80. Grayscale: #939393. Windows color (decimal): -2329985 or 8352476. OLE color: 8352476.

HSL color Cylindrical-coordinate representation of color #DC727F: hue angle of 352.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC727F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220114127-
CMYK00.480.420.14
HSL352.64º60.23%65.49%-
HSV(B)352.64º48.18%86.27%-
XYZ39.3628.7823.56-
YUV147.18116.62179.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 127 (50% from 255) = 27.55%
R=47.72%
G=24.73%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011412700.480.420.14352.6460.2365.49
HexDC727F0302AE1613c41
Octal334162177060521654174101
Binary1101110011100101111111011000010101011101011000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc727f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc727f; }

 p { color: rgb(220,114,127); }

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

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

 a { background-color: rgb(220,114,127); }

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

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

 span { border-color: rgb(220,114,127); }

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