Html Css Color HEX #DF60CB Free Speech Magenta
📋 copy color: '#DF60CB'red 223 ◦ green 96 ◦ blue 203
Shades of Free Speech Magenta #DF60CB
Tints of Free Speech Magenta #DF60CB
RGB
CMYK
RGB Variations
Color information
#DF60CB (or 0xDF60CB) is known color: Free Speech Magenta. HEX triplet: DF, 60 and CB. RGB value is (223,96,203). Sum of RGB (Red+Green+Blue) = 223+96+203=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60CB is #209F34. Grayscale: #919191. Windows color (decimal): -2137909 or 13328607. OLE color: 13328607.
HSL color Cylindrical-coordinate representation of color #DF60CB: hue angle of 309.45º 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 #DF60CB is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 203 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.13 |
| HSL | 309.45º | 0.66% | 0.63% | - |
| HSV(B) | 309.45º | 0.57% | 0.87% | - |
| XYZ | 45.39 | 28.37 | 59.58 | - |
| YUV | 146.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 203 | 0 | 0.57 | 0.09 | 0.13 | 309.45 | 0.66 | 0.63 |
| Hex | DF | 60 | CB | 0 | 39 | 9 | D | 135 | 42 | 3F |
| Octal | 337 | 140 | 313 | 0 | 71 | 11 | 15 | 465 | 102 | 77 |
| Binary | 11011111 | 1100000 | 11001011 | 0 | 111001 | 1001 | 1101 | 100110101 | 1000010 | 111111 |
Color Harmonies of #DF60CB
Complementary color
Monochromatic Colors of #DF60CB
Black with #DF60CB
Text Example
Text Example
White with #DF60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60CB; }
p { color: rgb(223,96,203); }
H1.HeaderClassName
{
color: #DF60CB;
}
.AnyTagClassName
{
color: #DF60CB;
}
</style>
background-color css
<style>
a { background-color: #DF60CB; }
a { background-color: rgb(223,96,203); }
div.DivClassName
{
background-color: #DF60CB;
}
.BgClassName
{
background-color: #DF60CB;
}
</style>
border-color css
<style>
span { border-color: #DF60CB; }
span { border-color: rgb(223,96,203); }
td.TdClassName
{
border-color: #DF60CB;
}
.TagClassName
{
border-color: #DF60CB;
}
</style>