Html Css Color HEX #D355DF Free Speech Magenta
📋 copy color: '#D355DF'red 211 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #D355DF
Tints of Free Speech Magenta #D355DF
RGB
CMYK
RGB Variations
Color information
#D355DF (or 0xD355DF) is known color: Free Speech Magenta. HEX triplet: D3, 55 and DF. RGB value is (211,85,223). Sum of RGB (Red+Green+Blue) = 211+85+223=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #D355DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355DF is #2CAA20. Grayscale: #898989. Windows color (decimal): -2927137 or 14636499. OLE color: 14636499.
HSL color Cylindrical-coordinate representation of color #D355DF: hue angle of 294.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D355DF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 85 | 223 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.13 |
| HSL | 294.78º | 0.68% | 0.6% | - |
| HSV(B) | 294.78º | 0.62% | 0.87% | - |
| XYZ | 43.43 | 25.67 | 72.48 | - |
| YUV | 138.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 223 | 0.05 | 0.62 | 0 | 0.13 | 294.78 | 0.68 | 0.6 |
| Hex | D3 | 55 | DF | 5 | 3E | 0 | D | 127 | 44 | 3C |
| Octal | 323 | 125 | 337 | 5 | 76 | 0 | 15 | 447 | 104 | 74 |
| Binary | 11010011 | 1010101 | 11011111 | 101 | 111110 | 0 | 1101 | 100100111 | 1000100 | 111100 |
Color Harmonies of #D355DF
Complementary color
Monochromatic Colors of #D355DF
Black with #D355DF
Text Example
Text Example
White with #D355DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355DF; }
p { color: rgb(211,85,223); }
H1.HeaderClassName
{
color: #D355DF;
}
.AnyTagClassName
{
color: #D355DF;
}
</style>
background-color css
<style>
a { background-color: #D355DF; }
a { background-color: rgb(211,85,223); }
div.DivClassName
{
background-color: #D355DF;
}
.BgClassName
{
background-color: #D355DF;
}
</style>
border-color css
<style>
span { border-color: #D355DF; }
span { border-color: rgb(211,85,223); }
td.TdClassName
{
border-color: #D355DF;
}
.TagClassName
{
border-color: #D355DF;
}
</style>