Html Css Color HEX #D95AD3 Free Speech Magenta
📋 copy color: '#D95AD3'red 217 ◦ green 90 ◦ blue 211
Shades of Free Speech Magenta #D95AD3
Tints of Free Speech Magenta #D95AD3
RGB
CMYK
RGB Variations
Color information
#D95AD3 (or 0xD95AD3) is known color: Free Speech Magenta. HEX triplet: D9, 5A and D3. RGB value is (217,90,211). Sum of RGB (Red+Green+Blue) = 217+90+211=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95AD3 is #26A52C. Grayscale: #8D8D8D. Windows color (decimal): -2532653 or 13851353. OLE color: 13851353.
HSL color Cylindrical-coordinate representation of color #D95AD3: hue angle of 302.83º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95AD3 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 211 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.15 |
| HSL | 302.83º | 0.63% | 0.6% | - |
| HSV(B) | 302.83º | 0.59% | 0.85% | - |
| XYZ | 44.03 | 26.77 | 64.47 | - |
| YUV | 141.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 211 | 0 | 0.59 | 0.03 | 0.15 | 302.83 | 0.63 | 0.6 |
| Hex | D9 | 5A | D3 | 0 | 3B | 3 | F | 12F | 3F | 3C |
| Octal | 331 | 132 | 323 | 0 | 73 | 3 | 17 | 457 | 77 | 74 |
| Binary | 11011001 | 1011010 | 11010011 | 0 | 111011 | 11 | 1111 | 100101111 | 111111 | 111100 |
Color Harmonies of #D95AD3
Complementary color
Monochromatic Colors of #D95AD3
Black with #D95AD3
Text Example
Text Example
White with #D95AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95AD3; }
p { color: rgb(217,90,211); }
H1.HeaderClassName
{
color: #D95AD3;
}
.AnyTagClassName
{
color: #D95AD3;
}
</style>
background-color css
<style>
a { background-color: #D95AD3; }
a { background-color: rgb(217,90,211); }
div.DivClassName
{
background-color: #D95AD3;
}
.BgClassName
{
background-color: #D95AD3;
}
</style>
border-color css
<style>
span { border-color: #D95AD3; }
span { border-color: rgb(217,90,211); }
td.TdClassName
{
border-color: #D95AD3;
}
.TagClassName
{
border-color: #D95AD3;
}
</style>