Shades of Froly #DC6075
Tints of Froly #DC6075
RGB
CMYK
RGB Variations
Color information
#DC6075 (or 0xDC6075) is known color: Froly. HEX triplet: DC, 60 and 75. RGB value is (220,96,117). Sum of RGB (Red+Green+Blue) = 220+96+117=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6075 is #239F8A. Grayscale: #878787. Windows color (decimal): -2334603 or 7692508. OLE color: 7692508.
HSL color Cylindrical-coordinate representation of color #DC6075: hue angle of 349.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6075 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 117 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.14 |
| HSL | 349.84º | 0.64% | 0.62% | - |
| HSV(B) | 349.84º | 0.56% | 0.86% | - |
| XYZ | 36.91 | 24.87 | 19.68 | - |
| YUV | 135.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 117 | 0 | 0.56 | 0.47 | 0.14 | 349.84 | 0.64 | 0.62 |
| Hex | DC | 60 | 75 | 0 | 38 | 2F | E | 15E | 40 | 3E |
| Octal | 334 | 140 | 165 | 0 | 70 | 57 | 16 | 536 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1110101 | 0 | 111000 | 101111 | 1110 | 101011110 | 1000000 | 111110 |
Color Harmonies of #DC6075
Complementary color
Monochromatic Colors of #DC6075
Black with #DC6075
Text Example
Text Example
White with #DC6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6075; }
p { color: rgb(220,96,117); }
H1.HeaderClassName
{
color: #DC6075;
}
.AnyTagClassName
{
color: #DC6075;
}
</style>
background-color css
<style>
a { background-color: #DC6075; }
a { background-color: rgb(220,96,117); }
div.DivClassName
{
background-color: #DC6075;
}
.BgClassName
{
background-color: #DC6075;
}
</style>
border-color css
<style>
span { border-color: #DC6075; }
span { border-color: rgb(220,96,117); }
td.TdClassName
{
border-color: #DC6075;
}
.TagClassName
{
border-color: #DC6075;
}
</style>