Html Css Color HEX #D95BD9 Free Speech Magenta
📋 copy color: '#D95BD9'red 217 ◦ green 91 ◦ blue 217
Shades of Free Speech Magenta #D95BD9
Tints of Free Speech Magenta #D95BD9
RGB
CMYK
RGB Variations
Color information
#D95BD9 (or 0xD95BD9) is known color: Free Speech Magenta. HEX triplet: D9, 5B and D9. RGB value is (217,91,217). Sum of RGB (Red+Green+Blue) = 217+91+217=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D95BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95BD9 is #26A426. Grayscale: #8E8E8E. Windows color (decimal): -2532391 or 14244825. OLE color: 14244825.
HSL color Cylindrical-coordinate representation of color #D95BD9: hue angle of 300º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95BD9 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 91 | 217 | - |
| CMYK | 0 | 0.58 | 0 | 0.15 |
| HSL | 300º | 0.62% | 0.6% | - |
| HSV(B) | 300º | 0.58% | 0.85% | - |
| XYZ | 44.88 | 27.24 | 68.54 | - |
| YUV | 143.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 217 | 0 | 0.58 | 0 | 0.15 | 300 | 0.62 | 0.6 |
| Hex | D9 | 5B | D9 | 0 | 3A | 0 | F | 12C | 3E | 3C |
| Octal | 331 | 133 | 331 | 0 | 72 | 0 | 17 | 454 | 76 | 74 |
| Binary | 11011001 | 1011011 | 11011001 | 0 | 111010 | 0 | 1111 | 100101100 | 111110 | 111100 |
Color Harmonies of #D95BD9
Complementary color
Monochromatic Colors of #D95BD9
Black with #D95BD9
Text Example
Text Example
White with #D95BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95BD9; }
p { color: rgb(217,91,217); }
H1.HeaderClassName
{
color: #D95BD9;
}
.AnyTagClassName
{
color: #D95BD9;
}
</style>
background-color css
<style>
a { background-color: #D95BD9; }
a { background-color: rgb(217,91,217); }
div.DivClassName
{
background-color: #D95BD9;
}
.BgClassName
{
background-color: #D95BD9;
}
</style>
border-color css
<style>
span { border-color: #D95BD9; }
span { border-color: rgb(217,91,217); }
td.TdClassName
{
border-color: #D95BD9;
}
.TagClassName
{
border-color: #D95BD9;
}
</style>