#DC707F

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

Shades of Froly #DC707F

Tints of Froly #DC707F

Color information

#DC707F (or 0xDC707F) is unknown color: approx Froly. HEX triplet: DC, 70 and 7F. RGB value is (220,112,127). Sum of RGB (Red+Green+Blue) = 220+112+127=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC707F is #238F80. Grayscale: #929292. Windows color (decimal): -2330497 or 8351964. OLE color: 8351964.

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

Color convert

RGB220112127-
CMYK00.490.420.14
HSL351.67º60.67%65.1%-
HSV(B)351.67º49.09%86.27%-
XYZ39.1428.3423.49-
YUV146117.28180.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 127 (50% from 255) = 27.67%
R=47.93%
G=24.40%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011212700.490.420.14351.6760.6765.1
HexDC707F0312AE1603d41
Octal334160177061521654075101
Binary1101110011100001111111011000110101011101011000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC707F; }

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

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

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

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

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

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

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

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