Shades of Froly #DC6278
Tints of Froly #DC6278
RGB
CMYK
RGB Variations
Color information
#DC6278 (or 0xDC6278) is known color: Froly. HEX triplet: DC, 62 and 78. RGB value is (220,98,120). Sum of RGB (Red+Green+Blue) = 220+98+120=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6278 is #239D87. Grayscale: #898989. Windows color (decimal): -2334088 or 7889628. OLE color: 7889628.
HSL color Cylindrical-coordinate representation of color #DC6278: hue angle of 349.18º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6278 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 120 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.14 |
| HSL | 349.18º | 0.64% | 0.62% | - |
| HSV(B) | 349.18º | 0.55% | 0.86% | - |
| XYZ | 37.27 | 25.31 | 20.69 | - |
| YUV | 136.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 120 | 0 | 0.55 | 0.45 | 0.14 | 349.18 | 0.64 | 0.62 |
| Hex | DC | 62 | 78 | 0 | 37 | 2D | E | 15D | 40 | 3E |
| Octal | 334 | 142 | 170 | 0 | 67 | 55 | 16 | 535 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1111000 | 0 | 110111 | 101101 | 1110 | 101011101 | 1000000 | 111110 |
Color Harmonies of #DC6278
Complementary color
Monochromatic Colors of #DC6278
Black with #DC6278
Text Example
Text Example
White with #DC6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6278; }
p { color: rgb(220,98,120); }
H1.HeaderClassName
{
color: #DC6278;
}
.AnyTagClassName
{
color: #DC6278;
}
</style>
background-color css
<style>
a { background-color: #DC6278; }
a { background-color: rgb(220,98,120); }
div.DivClassName
{
background-color: #DC6278;
}
.BgClassName
{
background-color: #DC6278;
}
</style>
border-color css
<style>
span { border-color: #DC6278; }
span { border-color: rgb(220,98,120); }
td.TdClassName
{
border-color: #DC6278;
}
.TagClassName
{
border-color: #DC6278;
}
</style>