#DC6C78

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

Shades of Froly #DC6C78

Tints of Froly #DC6C78

Color information

#DC6C78 (or 0xDC6C78) is unknown color: approx Froly. HEX triplet: DC, 6C and 78. RGB value is (220,108,120). Sum of RGB (Red+Green+Blue) = 220+108+120=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C78 is #239387. Grayscale: #8E8E8E. Windows color (decimal): -2331528 or 7892188. OLE color: 7892188.

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

Color convert

RGB220108120-
CMYK00.510.450.14
HSL353.57º61.54%64.31%-
HSV(B)353.57º50.91%86.27%-
XYZ38.2727.321.02-
YUV142.86115.11183.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=49.11%
G=24.11%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010812000.510.450.14353.5761.5464.31
HexDC6C780332DE1623e40
Octal334154170063551654276100
Binary1101110011011001111000011001110110111101011000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C78; }

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

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

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

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

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

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

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

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