Shades of Froly #DC627B
Tints of Froly #DC627B
RGB
CMYK
RGB Variations
Color information
#DC627B (or 0xDC627B) is known color: Froly. HEX triplet: DC, 62 and 7B. RGB value is (220,98,123). Sum of RGB (Red+Green+Blue) = 220+98+123=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC627B is #239D84. Grayscale: #898989. Windows color (decimal): -2334085 or 8086236. OLE color: 8086236.
HSL color Cylindrical-coordinate representation of color #DC627B: hue angle of 347.7º 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 #DC627B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 123 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.14 |
| HSL | 347.7º | 0.64% | 0.62% | - |
| HSV(B) | 347.7º | 0.55% | 0.86% | - |
| XYZ | 37.46 | 25.38 | 21.66 | - |
| YUV | 137.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 123 | 0 | 0.55 | 0.44 | 0.14 | 347.7 | 0.64 | 0.62 |
| Hex | DC | 62 | 7B | 0 | 37 | 2C | E | 15C | 40 | 3E |
| Octal | 334 | 142 | 173 | 0 | 67 | 54 | 16 | 534 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1111011 | 0 | 110111 | 101100 | 1110 | 101011100 | 1000000 | 111110 |
Color Harmonies of #DC627B
Complementary color
Monochromatic Colors of #DC627B
Black with #DC627B
Text Example
Text Example
White with #DC627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC627B; }
p { color: rgb(220,98,123); }
H1.HeaderClassName
{
color: #DC627B;
}
.AnyTagClassName
{
color: #DC627B;
}
</style>
background-color css
<style>
a { background-color: #DC627B; }
a { background-color: rgb(220,98,123); }
div.DivClassName
{
background-color: #DC627B;
}
.BgClassName
{
background-color: #DC627B;
}
</style>
border-color css
<style>
span { border-color: #DC627B; }
span { border-color: rgb(220,98,123); }
td.TdClassName
{
border-color: #DC627B;
}
.TagClassName
{
border-color: #DC627B;
}
</style>