#DC6679

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

Shades of Froly #DC6679

Tints of Froly #DC6679

Color information

#DC6679 (or 0xDC6679) is unknown color: approx Froly. HEX triplet: DC, 66 and 79. RGB value is (220,102,121). Sum of RGB (Red+Green+Blue) = 220+102+121=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6679 is #239986. Grayscale: #8B8B8B. Windows color (decimal): -2333063 or 7956188. OLE color: 7956188.

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

Color convert

RGB220102121-
CMYK00.540.450.14
HSL350.34º62.77%63.14%-
HSV(B)350.34º53.64%86.27%-
XYZ37.7226.121.14-
YUV139.45117.59185.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=49.66%
G=23.02%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010212100.540.450.14350.3462.7763.14
HexDC66790362DE15e3f3f
Octal33414617106655165367777
Binary110111001100110111100101101101011011110101011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6679; }

 p { color: rgb(220,102,121); }

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

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

 a { background-color: rgb(220,102,121); }

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

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

 span { border-color: rgb(220,102,121); }

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