Html Css Color HEX #D151D4 Free Speech Magenta
📋 copy color: '#D151D4'red 209 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #D151D4
Tints of Free Speech Magenta #D151D4
RGB
CMYK
RGB Variations
Color information
#D151D4 (or 0xD151D4) is known color: Free Speech Magenta. HEX triplet: D1, 51 and D4. RGB value is (209,81,212). Sum of RGB (Red+Green+Blue) = 209+81+212=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #D151D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151D4 is #2EAE2B. Grayscale: #858585. Windows color (decimal): -3059244 or 13914577. OLE color: 13914577.
HSL color Cylindrical-coordinate representation of color #D151D4: hue angle of 298.63º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D151D4 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 81 | 212 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.17 |
| HSL | 298.63º | 0.6% | 0.57% | - |
| HSV(B) | 298.63º | 0.62% | 0.83% | - |
| XYZ | 41.12 | 24.19 | 64.79 | - |
| YUV | 134.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 212 | 0.01 | 0.62 | 0 | 0.17 | 298.63 | 0.6 | 0.57 |
| Hex | D1 | 51 | D4 | 1 | 3E | 0 | 11 | 12B | 3C | 39 |
| Octal | 321 | 121 | 324 | 1 | 76 | 0 | 21 | 453 | 74 | 71 |
| Binary | 11010001 | 1010001 | 11010100 | 1 | 111110 | 0 | 10001 | 100101011 | 111100 | 111001 |
Color Harmonies of #D151D4
Complementary color
Monochromatic Colors of #D151D4
Black with #D151D4
Text Example
Text Example
White with #D151D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151D4; }
p { color: rgb(209,81,212); }
H1.HeaderClassName
{
color: #D151D4;
}
.AnyTagClassName
{
color: #D151D4;
}
</style>
background-color css
<style>
a { background-color: #D151D4; }
a { background-color: rgb(209,81,212); }
div.DivClassName
{
background-color: #D151D4;
}
.BgClassName
{
background-color: #D151D4;
}
</style>
border-color css
<style>
span { border-color: #D151D4; }
span { border-color: rgb(209,81,212); }
td.TdClassName
{
border-color: #D151D4;
}
.TagClassName
{
border-color: #D151D4;
}
</style>