Html Css Color HEX #D151D5 Free Speech Magenta
📋 copy color: '#D151D5'red 209 ◦ green 81 ◦ blue 213
Shades of Free Speech Magenta #D151D5
Tints of Free Speech Magenta #D151D5
RGB
CMYK
RGB Variations
Color information
#D151D5 (or 0xD151D5) is known color: Free Speech Magenta. HEX triplet: D1, 51 and D5. RGB value is (209,81,213). Sum of RGB (Red+Green+Blue) = 209+81+213=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #D151D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151D5 is #2EAE2A. Grayscale: #858585. Windows color (decimal): -3059243 or 13980113. OLE color: 13980113.
HSL color Cylindrical-coordinate representation of color #D151D5: hue angle of 298.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D151D5 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 81 | 213 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.16 |
| HSL | 298.18º | 0.61% | 0.58% | - |
| HSV(B) | 298.18º | 0.62% | 0.84% | - |
| XYZ | 41.25 | 24.24 | 65.46 | - |
| YUV | 134.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 213 | 0.02 | 0.62 | 0 | 0.16 | 298.18 | 0.61 | 0.58 |
| Hex | D1 | 51 | D5 | 2 | 3E | 0 | 10 | 12A | 3D | 3A |
| Octal | 321 | 121 | 325 | 2 | 76 | 0 | 20 | 452 | 75 | 72 |
| Binary | 11010001 | 1010001 | 11010101 | 10 | 111110 | 0 | 10000 | 100101010 | 111101 | 111010 |
Color Harmonies of #D151D5
Complementary color
Monochromatic Colors of #D151D5
Black with #D151D5
Text Example
Text Example
White with #D151D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151D5; }
p { color: rgb(209,81,213); }
H1.HeaderClassName
{
color: #D151D5;
}
.AnyTagClassName
{
color: #D151D5;
}
</style>
background-color css
<style>
a { background-color: #D151D5; }
a { background-color: rgb(209,81,213); }
div.DivClassName
{
background-color: #D151D5;
}
.BgClassName
{
background-color: #D151D5;
}
</style>
border-color css
<style>
span { border-color: #D151D5; }
span { border-color: rgb(209,81,213); }
td.TdClassName
{
border-color: #D151D5;
}
.TagClassName
{
border-color: #D151D5;
}
</style>