Html Css Color HEX #DF60BB Free Speech Magenta
📋 copy color: '#DF60BB'red 223 ◦ green 96 ◦ blue 187
Shades of Free Speech Magenta #DF60BB
Tints of Free Speech Magenta #DF60BB
RGB
CMYK
RGB Variations
Color information
#DF60BB (or 0xDF60BB) is known color: Free Speech Magenta. HEX triplet: DF, 60 and BB. RGB value is (223,96,187). Sum of RGB (Red+Green+Blue) = 223+96+187=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60BB is #209F44. Grayscale: #909090. Windows color (decimal): -2137925 or 12280031. OLE color: 12280031.
HSL color Cylindrical-coordinate representation of color #DF60BB: hue angle of 317.01º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF60BB is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 187 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.13 |
| HSL | 317.01º | 0.66% | 0.63% | - |
| HSV(B) | 317.01º | 0.57% | 0.87% | - |
| XYZ | 43.58 | 27.64 | 50.05 | - |
| YUV | 144.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 187 | 0 | 0.57 | 0.16 | 0.13 | 317.01 | 0.66 | 0.63 |
| Hex | DF | 60 | BB | 0 | 39 | 10 | D | 13D | 42 | 3F |
| Octal | 337 | 140 | 273 | 0 | 71 | 20 | 15 | 475 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10111011 | 0 | 111001 | 10000 | 1101 | 100111101 | 1000010 | 111111 |
Color Harmonies of #DF60BB
Complementary color
Monochromatic Colors of #DF60BB
Black with #DF60BB
Text Example
Text Example
White with #DF60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60BB; }
p { color: rgb(223,96,187); }
H1.HeaderClassName
{
color: #DF60BB;
}
.AnyTagClassName
{
color: #DF60BB;
}
</style>
background-color css
<style>
a { background-color: #DF60BB; }
a { background-color: rgb(223,96,187); }
div.DivClassName
{
background-color: #DF60BB;
}
.BgClassName
{
background-color: #DF60BB;
}
</style>
border-color css
<style>
span { border-color: #DF60BB; }
span { border-color: rgb(223,96,187); }
td.TdClassName
{
border-color: #DF60BB;
}
.TagClassName
{
border-color: #DF60BB;
}
</style>