#DC6A78

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

Shades of Froly #DC6A78

Tints of Froly #DC6A78

Color information

#DC6A78 (or 0xDC6A78) is unknown color: approx Froly. HEX triplet: DC, 6A and 78. RGB value is (220,106,120). Sum of RGB (Red+Green+Blue) = 220+106+120=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A78 is #239587. Grayscale: #8D8D8D. Windows color (decimal): -2332040 or 7891676. OLE color: 7891676.

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

Color convert

RGB220106120-
CMYK00.520.450.14
HSL352.63º61.96%63.92%-
HSV(B)352.63º51.82%86.27%-
XYZ38.0626.8820.95-
YUV141.68115.77183.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=49.33%
G=23.77%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010612000.520.450.14352.6361.9663.92
HexDC6A780342DE1613e40
Octal334152170064551654176100
Binary1101110011010101111000011010010110111101011000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6A78; }

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

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

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

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

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

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

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

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