Shades of Froly #DC626B
Tints of Froly #DC626B
RGB
CMYK
RGB Variations
Color information
#DC626B (or 0xDC626B) is known color: Froly. HEX triplet: DC, 62 and 6B. RGB value is (220,98,107). Sum of RGB (Red+Green+Blue) = 220+98+107=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC626B is #239D94. Grayscale: #878787. Windows color (decimal): -2334101 or 7037660. OLE color: 7037660.
HSL color Cylindrical-coordinate representation of color #DC626B: hue angle of 355.57º 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 #DC626B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 107 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.14 |
| HSL | 355.57º | 0.64% | 0.62% | - |
| HSV(B) | 355.57º | 0.55% | 0.86% | - |
| XYZ | 36.54 | 25.01 | 16.81 | - |
| YUV | 135.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 107 | 0 | 0.55 | 0.51 | 0.14 | 355.57 | 0.64 | 0.62 |
| Hex | DC | 62 | 6B | 0 | 37 | 33 | E | 164 | 40 | 3E |
| Octal | 334 | 142 | 153 | 0 | 67 | 63 | 16 | 544 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1101011 | 0 | 110111 | 110011 | 1110 | 101100100 | 1000000 | 111110 |
Color Harmonies of #DC626B
Complementary color
Monochromatic Colors of #DC626B
Black with #DC626B
Text Example
Text Example
White with #DC626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC626B; }
p { color: rgb(220,98,107); }
H1.HeaderClassName
{
color: #DC626B;
}
.AnyTagClassName
{
color: #DC626B;
}
</style>
background-color css
<style>
a { background-color: #DC626B; }
a { background-color: rgb(220,98,107); }
div.DivClassName
{
background-color: #DC626B;
}
.BgClassName
{
background-color: #DC626B;
}
</style>
border-color css
<style>
span { border-color: #DC626B; }
span { border-color: rgb(220,98,107); }
td.TdClassName
{
border-color: #DC626B;
}
.TagClassName
{
border-color: #DC626B;
}
</style>