Html Css Color HEX #D953DF Free Speech Magenta
📋 copy color: '#D953DF'red 217 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #D953DF
Tints of Free Speech Magenta #D953DF
RGB
CMYK
RGB Variations
Color information
#D953DF (or 0xD953DF) is known color: Free Speech Magenta. HEX triplet: D9, 53 and DF. RGB value is (217,83,223). Sum of RGB (Red+Green+Blue) = 217+83+223=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #D953DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953DF is #26AC20. Grayscale: #8A8A8A. Windows color (decimal): -2534433 or 14635993. OLE color: 14635993.
HSL color Cylindrical-coordinate representation of color #D953DF: hue angle of 297.43º 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 #D953DF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 83 | 223 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.13 |
| HSL | 297.43º | 0.69% | 0.6% | - |
| HSV(B) | 297.43º | 0.63% | 0.87% | - |
| XYZ | 45.03 | 26.27 | 72.51 | - |
| YUV | 139.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 223 | 0.03 | 0.63 | 0 | 0.13 | 297.43 | 0.69 | 0.6 |
| Hex | D9 | 53 | DF | 3 | 3F | 0 | D | 129 | 45 | 3C |
| Octal | 331 | 123 | 337 | 3 | 77 | 0 | 15 | 451 | 105 | 74 |
| Binary | 11011001 | 1010011 | 11011111 | 11 | 111111 | 0 | 1101 | 100101001 | 1000101 | 111100 |
Color Harmonies of #D953DF
Complementary color
Monochromatic Colors of #D953DF
Black with #D953DF
Text Example
Text Example
White with #D953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953DF; }
p { color: rgb(217,83,223); }
H1.HeaderClassName
{
color: #D953DF;
}
.AnyTagClassName
{
color: #D953DF;
}
</style>
background-color css
<style>
a { background-color: #D953DF; }
a { background-color: rgb(217,83,223); }
div.DivClassName
{
background-color: #D953DF;
}
.BgClassName
{
background-color: #D953DF;
}
</style>
border-color css
<style>
span { border-color: #D953DF; }
span { border-color: rgb(217,83,223); }
td.TdClassName
{
border-color: #D953DF;
}
.TagClassName
{
border-color: #D953DF;
}
</style>