Shades of Froly #DC757A
Tints of Froly #DC757A
RGB
CMYK
RGB Variations
Color information
#DC757A (or 0xDC757A) is known color: Froly. HEX triplet: DC, 75 and 7A. RGB value is (220,117,122). Sum of RGB (Red+Green+Blue) = 220+117+122=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC757A is #238A85. Grayscale: #949494. Windows color (decimal): -2329222 or 8025564. OLE color: 8025564.
HSL color Cylindrical-coordinate representation of color #DC757A: hue angle of 357.09º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC757A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 122 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.14 |
| HSL | 357.09º | 0.6% | 0.66% | - |
| HSV(B) | 357.09º | 0.47% | 0.86% | - |
| XYZ | 39.39 | 29.34 | 22 | - |
| YUV | 148.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 122 | 0 | 0.47 | 0.45 | 0.14 | 357.09 | 0.6 | 0.66 |
| Hex | DC | 75 | 7A | 0 | 2F | 2D | E | 165 | 3C | 42 |
| Octal | 334 | 165 | 172 | 0 | 57 | 55 | 16 | 545 | 74 | 102 |
| Binary | 11011100 | 1110101 | 1111010 | 0 | 101111 | 101101 | 1110 | 101100101 | 111100 | 1000010 |
Color Harmonies of #DC757A
Complementary color
Monochromatic Colors of #DC757A
Black with #DC757A
Text Example
Text Example
White with #DC757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC757A; }
p { color: rgb(220,117,122); }
H1.HeaderClassName
{
color: #DC757A;
}
.AnyTagClassName
{
color: #DC757A;
}
</style>
background-color css
<style>
a { background-color: #DC757A; }
a { background-color: rgb(220,117,122); }
div.DivClassName
{
background-color: #DC757A;
}
.BgClassName
{
background-color: #DC757A;
}
</style>
border-color css
<style>
span { border-color: #DC757A; }
span { border-color: rgb(220,117,122); }
td.TdClassName
{
border-color: #DC757A;
}
.TagClassName
{
border-color: #DC757A;
}
</style>