#DC787F

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

Shades of Froly #DC787F

Tints of Froly #DC787F

Color information

#DC787F (or 0xDC787F) is unknown color: approx Froly. HEX triplet: DC, 78 and 7F. RGB value is (220,120,127). Sum of RGB (Red+Green+Blue) = 220+120+127=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC787F is #238780. Grayscale: #969696. Windows color (decimal): -2328449 or 8354012. OLE color: 8354012.

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

Color convert

RGB220120127-
CMYK00.450.420.14
HSL355.8º58.82%66.67%-
HSV(B)355.8º45.45%86.27%-
XYZ40.0630.1823.79-
YUV150.7114.63177.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 127 (50% from 255) = 27.19%
R=47.11%
G=25.70%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012012700.450.420.14355.858.8266.67
HexDC787F02D2AE1643b43
Octal334170177055521654473103
Binary1101110011110001111111010110110101011101011001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC787F; }

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

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

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

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

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

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

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

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