Html Css Color HEX #DF52D3 Free Speech Magenta
📋 copy color: '#DF52D3'red 223 ◦ green 82 ◦ blue 211
Shades of Free Speech Magenta #DF52D3
Tints of Free Speech Magenta #DF52D3
RGB
CMYK
RGB Variations
Color information
#DF52D3 (or 0xDF52D3) is known color: Free Speech Magenta. HEX triplet: DF, 52 and D3. RGB value is (223,82,211). Sum of RGB (Red+Green+Blue) = 223+82+211=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52D3 is #20AD2C. Grayscale: #8A8A8A. Windows color (decimal): -2141485 or 13849311. OLE color: 13849311.
HSL color Cylindrical-coordinate representation of color #DF52D3: hue angle of 305.11º 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 #DF52D3 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 211 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.13 |
| HSL | 305.11º | 0.69% | 0.6% | - |
| HSV(B) | 305.11º | 0.63% | 0.87% | - |
| XYZ | 45.21 | 26.43 | 64.35 | - |
| YUV | 138.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 211 | 0 | 0.63 | 0.05 | 0.13 | 305.11 | 0.69 | 0.6 |
| Hex | DF | 52 | D3 | 0 | 3F | 5 | D | 131 | 45 | 3C |
| Octal | 337 | 122 | 323 | 0 | 77 | 5 | 15 | 461 | 105 | 74 |
| Binary | 11011111 | 1010010 | 11010011 | 0 | 111111 | 101 | 1101 | 100110001 | 1000101 | 111100 |
Color Harmonies of #DF52D3
Complementary color
Monochromatic Colors of #DF52D3
Black with #DF52D3
Text Example
Text Example
White with #DF52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52D3; }
p { color: rgb(223,82,211); }
H1.HeaderClassName
{
color: #DF52D3;
}
.AnyTagClassName
{
color: #DF52D3;
}
</style>
background-color css
<style>
a { background-color: #DF52D3; }
a { background-color: rgb(223,82,211); }
div.DivClassName
{
background-color: #DF52D3;
}
.BgClassName
{
background-color: #DF52D3;
}
</style>
border-color css
<style>
span { border-color: #DF52D3; }
span { border-color: rgb(223,82,211); }
td.TdClassName
{
border-color: #DF52D3;
}
.TagClassName
{
border-color: #DF52D3;
}
</style>