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