Shades of Froly #DC627A
Tints of Froly #DC627A
RGB
CMYK
RGB Variations
Color information
#DC627A (or 0xDC627A) is known color: Froly. HEX triplet: DC, 62 and 7A. RGB value is (220,98,122). Sum of RGB (Red+Green+Blue) = 220+98+122=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC627A is #239D85. Grayscale: #898989. Windows color (decimal): -2334086 or 8020700. OLE color: 8020700.
HSL color Cylindrical-coordinate representation of color #DC627A: hue angle of 348.2º 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 #DC627A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 122 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.14 |
| HSL | 348.2º | 0.64% | 0.62% | - |
| HSV(B) | 348.2º | 0.55% | 0.86% | - |
| XYZ | 37.4 | 25.36 | 21.34 | - |
| YUV | 137.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 122 | 0 | 0.55 | 0.45 | 0.14 | 348.2 | 0.64 | 0.62 |
| Hex | DC | 62 | 7A | 0 | 37 | 2D | E | 15C | 40 | 3E |
| Octal | 334 | 142 | 172 | 0 | 67 | 55 | 16 | 534 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1111010 | 0 | 110111 | 101101 | 1110 | 101011100 | 1000000 | 111110 |
Color Harmonies of #DC627A
Complementary color
Monochromatic Colors of #DC627A
Black with #DC627A
Text Example
Text Example
White with #DC627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC627A; }
p { color: rgb(220,98,122); }
H1.HeaderClassName
{
color: #DC627A;
}
.AnyTagClassName
{
color: #DC627A;
}
</style>
background-color css
<style>
a { background-color: #DC627A; }
a { background-color: rgb(220,98,122); }
div.DivClassName
{
background-color: #DC627A;
}
.BgClassName
{
background-color: #DC627A;
}
</style>
border-color css
<style>
span { border-color: #DC627A; }
span { border-color: rgb(220,98,122); }
td.TdClassName
{
border-color: #DC627A;
}
.TagClassName
{
border-color: #DC627A;
}
</style>