Html Css Color HEX #DF46CB Free Speech Magenta
📋 copy color: '#DF46CB'red 223 ◦ green 70 ◦ blue 203
Shades of Free Speech Magenta #DF46CB
Tints of Free Speech Magenta #DF46CB
RGB
CMYK
RGB Variations
Color information
#DF46CB (or 0xDF46CB) is known color: Free Speech Magenta. HEX triplet: DF, 46 and CB. RGB value is (223,70,203). Sum of RGB (Red+Green+Blue) = 223+70+203=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46CB is #20B934. Grayscale: #828282. Windows color (decimal): -2144565 or 13321951. OLE color: 13321951.
HSL color Cylindrical-coordinate representation of color #DF46CB: hue angle of 307.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46CB is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 203 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.13 |
| HSL | 307.84º | 0.71% | 0.57% | - |
| HSV(B) | 307.84º | 0.69% | 0.87% | - |
| XYZ | 43.4 | 24.38 | 58.92 | - |
| YUV | 130.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 203 | 0 | 0.69 | 0.09 | 0.13 | 307.84 | 0.71 | 0.57 |
| Hex | DF | 46 | CB | 0 | 45 | 9 | D | 134 | 47 | 39 |
| Octal | 337 | 106 | 313 | 0 | 105 | 11 | 15 | 464 | 107 | 71 |
| Binary | 11011111 | 1000110 | 11001011 | 0 | 1000101 | 1001 | 1101 | 100110100 | 1000111 | 111001 |
Color Harmonies of #DF46CB
Complementary color
Monochromatic Colors of #DF46CB
Black with #DF46CB
Text Example
Text Example
White with #DF46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46CB; }
p { color: rgb(223,70,203); }
H1.HeaderClassName
{
color: #DF46CB;
}
.AnyTagClassName
{
color: #DF46CB;
}
</style>
background-color css
<style>
a { background-color: #DF46CB; }
a { background-color: rgb(223,70,203); }
div.DivClassName
{
background-color: #DF46CB;
}
.BgClassName
{
background-color: #DF46CB;
}
</style>
border-color css
<style>
span { border-color: #DF46CB; }
span { border-color: rgb(223,70,203); }
td.TdClassName
{
border-color: #DF46CB;
}
.TagClassName
{
border-color: #DF46CB;
}
</style>