Html Css Color HEX #DF40CB Free Speech Magenta
📋 copy color: '#DF40CB'red 223 ◦ green 64 ◦ blue 203
Shades of Free Speech Magenta #DF40CB
Tints of Free Speech Magenta #DF40CB
RGB
CMYK
RGB Variations
Color information
#DF40CB (or 0xDF40CB) is known color: Free Speech Magenta. HEX triplet: DF, 40 and CB. RGB value is (223,64,203). Sum of RGB (Red+Green+Blue) = 223+64+203=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40CB is #20BF34. Grayscale: #7E7E7E. Windows color (decimal): -2146101 or 13320415. OLE color: 13320415.
HSL color Cylindrical-coordinate representation of color #DF40CB: hue angle of 307.55º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40CB is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 203 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.13 |
| HSL | 307.55º | 0.71% | 0.56% | - |
| HSV(B) | 307.55º | 0.71% | 0.87% | - |
| XYZ | 43.04 | 23.67 | 58.8 | - |
| YUV | 127.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 203 | 0 | 0.71 | 0.09 | 0.13 | 307.55 | 0.71 | 0.56 |
| Hex | DF | 40 | CB | 0 | 47 | 9 | D | 134 | 47 | 38 |
| Octal | 337 | 100 | 313 | 0 | 107 | 11 | 15 | 464 | 107 | 70 |
| Binary | 11011111 | 1000000 | 11001011 | 0 | 1000111 | 1001 | 1101 | 100110100 | 1000111 | 111000 |
Color Harmonies of #DF40CB
Complementary color
Monochromatic Colors of #DF40CB
Black with #DF40CB
Text Example
Text Example
White with #DF40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40CB; }
p { color: rgb(223,64,203); }
H1.HeaderClassName
{
color: #DF40CB;
}
.AnyTagClassName
{
color: #DF40CB;
}
</style>
background-color css
<style>
a { background-color: #DF40CB; }
a { background-color: rgb(223,64,203); }
div.DivClassName
{
background-color: #DF40CB;
}
.BgClassName
{
background-color: #DF40CB;
}
</style>
border-color css
<style>
span { border-color: #DF40CB; }
span { border-color: rgb(223,64,203); }
td.TdClassName
{
border-color: #DF40CB;
}
.TagClassName
{
border-color: #DF40CB;
}
</style>