Html Css Color HEX #DF53CB Free Speech Magenta
📋 copy color: '#DF53CB'red 223 ◦ green 83 ◦ blue 203
Shades of Free Speech Magenta #DF53CB
Tints of Free Speech Magenta #DF53CB
RGB
CMYK
RGB Variations
Color information
#DF53CB (or 0xDF53CB) is known color: Free Speech Magenta. HEX triplet: DF, 53 and CB. RGB value is (223,83,203). Sum of RGB (Red+Green+Blue) = 223+83+203=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53CB is #20AC34. Grayscale: #8A8A8A. Windows color (decimal): -2141237 or 13325279. OLE color: 13325279.
HSL color Cylindrical-coordinate representation of color #DF53CB: hue angle of 308.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53CB is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 203 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.13 |
| HSL | 308.57º | 0.69% | 0.6% | - |
| HSV(B) | 308.57º | 0.63% | 0.87% | - |
| XYZ | 44.3 | 26.19 | 59.22 | - |
| YUV | 138.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 203 | 0 | 0.63 | 0.09 | 0.13 | 308.57 | 0.69 | 0.6 |
| Hex | DF | 53 | CB | 0 | 3F | 9 | D | 135 | 45 | 3C |
| Octal | 337 | 123 | 313 | 0 | 77 | 11 | 15 | 465 | 105 | 74 |
| Binary | 11011111 | 1010011 | 11001011 | 0 | 111111 | 1001 | 1101 | 100110101 | 1000101 | 111100 |
Color Harmonies of #DF53CB
Complementary color
Monochromatic Colors of #DF53CB
Black with #DF53CB
Text Example
Text Example
White with #DF53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53CB; }
p { color: rgb(223,83,203); }
H1.HeaderClassName
{
color: #DF53CB;
}
.AnyTagClassName
{
color: #DF53CB;
}
</style>
background-color css
<style>
a { background-color: #DF53CB; }
a { background-color: rgb(223,83,203); }
div.DivClassName
{
background-color: #DF53CB;
}
.BgClassName
{
background-color: #DF53CB;
}
</style>
border-color css
<style>
span { border-color: #DF53CB; }
span { border-color: rgb(223,83,203); }
td.TdClassName
{
border-color: #DF53CB;
}
.TagClassName
{
border-color: #DF53CB;
}
</style>