Shades of Froly #DC626A
Tints of Froly #DC626A
RGB
CMYK
RGB Variations
Color information
#DC626A (or 0xDC626A) is known color: Froly. HEX triplet: DC, 62 and 6A. RGB value is (220,98,106). Sum of RGB (Red+Green+Blue) = 220+98+106=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC626A is #239D95. Grayscale: #878787. Windows color (decimal): -2334102 or 6972124. OLE color: 6972124.
HSL color Cylindrical-coordinate representation of color #DC626A: hue angle of 356.07º 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 #DC626A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 106 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.14 |
| HSL | 356.07º | 0.64% | 0.62% | - |
| HSV(B) | 356.07º | 0.55% | 0.86% | - |
| XYZ | 36.48 | 24.99 | 16.54 | - |
| YUV | 135.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 106 | 0 | 0.55 | 0.52 | 0.14 | 356.07 | 0.64 | 0.62 |
| Hex | DC | 62 | 6A | 0 | 37 | 34 | E | 164 | 40 | 3E |
| Octal | 334 | 142 | 152 | 0 | 67 | 64 | 16 | 544 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1101010 | 0 | 110111 | 110100 | 1110 | 101100100 | 1000000 | 111110 |
Color Harmonies of #DC626A
Complementary color
Monochromatic Colors of #DC626A
Black with #DC626A
Text Example
Text Example
White with #DC626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC626A; }
p { color: rgb(220,98,106); }
H1.HeaderClassName
{
color: #DC626A;
}
.AnyTagClassName
{
color: #DC626A;
}
</style>
background-color css
<style>
a { background-color: #DC626A; }
a { background-color: rgb(220,98,106); }
div.DivClassName
{
background-color: #DC626A;
}
.BgClassName
{
background-color: #DC626A;
}
</style>
border-color css
<style>
span { border-color: #DC626A; }
span { border-color: rgb(220,98,106); }
td.TdClassName
{
border-color: #DC626A;
}
.TagClassName
{
border-color: #DC626A;
}
</style>