Html Css Color HEX #DF52BD Free Speech Magenta
📋 copy color: '#DF52BD'red 223 ◦ green 82 ◦ blue 189
Shades of Free Speech Magenta #DF52BD
Tints of Free Speech Magenta #DF52BD
RGB
CMYK
RGB Variations
Color information
#DF52BD (or 0xDF52BD) is known color: Free Speech Magenta. HEX triplet: DF, 52 and BD. RGB value is (223,82,189). Sum of RGB (Red+Green+Blue) = 223+82+189=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52BD is #20AD42. Grayscale: #888888. Windows color (decimal): -2141507 or 12407519. OLE color: 12407519.
HSL color Cylindrical-coordinate representation of color #DF52BD: hue angle of 314.47º 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 #DF52BD is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 189 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.13 |
| HSL | 314.47º | 0.69% | 0.6% | - |
| HSV(B) | 314.47º | 0.63% | 0.87% | - |
| XYZ | 42.63 | 25.4 | 50.8 | - |
| YUV | 136.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 189 | 0 | 0.63 | 0.15 | 0.13 | 314.47 | 0.69 | 0.6 |
| Hex | DF | 52 | BD | 0 | 3F | F | D | 13A | 45 | 3C |
| Octal | 337 | 122 | 275 | 0 | 77 | 17 | 15 | 472 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10111101 | 0 | 111111 | 1111 | 1101 | 100111010 | 1000101 | 111100 |
Color Harmonies of #DF52BD
Complementary color
Monochromatic Colors of #DF52BD
Black with #DF52BD
Text Example
Text Example
White with #DF52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52BD; }
p { color: rgb(223,82,189); }
H1.HeaderClassName
{
color: #DF52BD;
}
.AnyTagClassName
{
color: #DF52BD;
}
</style>
background-color css
<style>
a { background-color: #DF52BD; }
a { background-color: rgb(223,82,189); }
div.DivClassName
{
background-color: #DF52BD;
}
.BgClassName
{
background-color: #DF52BD;
}
</style>
border-color css
<style>
span { border-color: #DF52BD; }
span { border-color: rgb(223,82,189); }
td.TdClassName
{
border-color: #DF52BD;
}
.TagClassName
{
border-color: #DF52BD;
}
</style>