Html Css Color HEX #D353DF Free Speech Magenta
📋 copy color: '#D353DF'red 211 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #D353DF
Tints of Free Speech Magenta #D353DF
RGB
CMYK
RGB Variations
Color information
#D353DF (or 0xD353DF) is known color: Free Speech Magenta. HEX triplet: D3, 53 and DF. RGB value is (211,83,223). Sum of RGB (Red+Green+Blue) = 211+83+223=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #D353DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353DF is #2CAC20. Grayscale: #888888. Windows color (decimal): -2927649 or 14635987. OLE color: 14635987.
HSL color Cylindrical-coordinate representation of color #D353DF: hue angle of 294.86º 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 #D353DF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 83 | 223 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.13 |
| HSL | 294.86º | 0.69% | 0.6% | - |
| HSV(B) | 294.86º | 0.63% | 0.87% | - |
| XYZ | 43.28 | 25.36 | 72.43 | - |
| YUV | 137.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 223 | 0.05 | 0.63 | 0 | 0.13 | 294.86 | 0.69 | 0.6 |
| Hex | D3 | 53 | DF | 5 | 3F | 0 | D | 127 | 45 | 3C |
| Octal | 323 | 123 | 337 | 5 | 77 | 0 | 15 | 447 | 105 | 74 |
| Binary | 11010011 | 1010011 | 11011111 | 101 | 111111 | 0 | 1101 | 100100111 | 1000101 | 111100 |
Color Harmonies of #D353DF
Complementary color
Monochromatic Colors of #D353DF
Black with #D353DF
Text Example
Text Example
White with #D353DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353DF; }
p { color: rgb(211,83,223); }
H1.HeaderClassName
{
color: #D353DF;
}
.AnyTagClassName
{
color: #D353DF;
}
</style>
background-color css
<style>
a { background-color: #D353DF; }
a { background-color: rgb(211,83,223); }
div.DivClassName
{
background-color: #D353DF;
}
.BgClassName
{
background-color: #D353DF;
}
</style>
border-color css
<style>
span { border-color: #D353DF; }
span { border-color: rgb(211,83,223); }
td.TdClassName
{
border-color: #D353DF;
}
.TagClassName
{
border-color: #D353DF;
}
</style>