Html Css Color HEX #D951D1 Free Speech Magenta
📋 copy color: '#D951D1'red 217 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #D951D1
Tints of Free Speech Magenta #D951D1
RGB
CMYK
RGB Variations
Color information
#D951D1 (or 0xD951D1) is known color: Free Speech Magenta. HEX triplet: D9, 51 and D1. RGB value is (217,81,209). Sum of RGB (Red+Green+Blue) = 217+81+209=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D951D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951D1 is #26AE2E. Grayscale: #878787. Windows color (decimal): -2534959 or 13717977. OLE color: 13717977.
HSL color Cylindrical-coordinate representation of color #D951D1: hue angle of 303.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D951D1 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 209 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.15 |
| HSL | 303.53º | 0.64% | 0.58% | - |
| HSV(B) | 303.53º | 0.63% | 0.85% | - |
| XYZ | 43.07 | 25.24 | 62.92 | - |
| YUV | 136.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 209 | 0 | 0.63 | 0.04 | 0.15 | 303.53 | 0.64 | 0.58 |
| Hex | D9 | 51 | D1 | 0 | 3F | 4 | F | 130 | 40 | 3A |
| Octal | 331 | 121 | 321 | 0 | 77 | 4 | 17 | 460 | 100 | 72 |
| Binary | 11011001 | 1010001 | 11010001 | 0 | 111111 | 100 | 1111 | 100110000 | 1000000 | 111010 |
Color Harmonies of #D951D1
Complementary color
Monochromatic Colors of #D951D1
Black with #D951D1
Text Example
Text Example
White with #D951D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951D1; }
p { color: rgb(217,81,209); }
H1.HeaderClassName
{
color: #D951D1;
}
.AnyTagClassName
{
color: #D951D1;
}
</style>
background-color css
<style>
a { background-color: #D951D1; }
a { background-color: rgb(217,81,209); }
div.DivClassName
{
background-color: #D951D1;
}
.BgClassName
{
background-color: #D951D1;
}
</style>
border-color css
<style>
span { border-color: #D951D1; }
span { border-color: rgb(217,81,209); }
td.TdClassName
{
border-color: #D951D1;
}
.TagClassName
{
border-color: #D951D1;
}
</style>