Html Css Color HEX #D151D3 Free Speech Magenta
📋 copy color: '#D151D3'red 209 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #D151D3
Tints of Free Speech Magenta #D151D3
RGB
CMYK
RGB Variations
Color information
#D151D3 (or 0xD151D3) is known color: Free Speech Magenta. HEX triplet: D1, 51 and D3. RGB value is (209,81,211). Sum of RGB (Red+Green+Blue) = 209+81+211=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #D151D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151D3 is #2EAE2C. Grayscale: #858585. Windows color (decimal): -3059245 or 13849041. OLE color: 13849041.
HSL color Cylindrical-coordinate representation of color #D151D3: hue angle of 299.08º 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 #D151D3 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 81 | 211 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.17 |
| HSL | 299.08º | 0.6% | 0.57% | - |
| HSV(B) | 299.08º | 0.62% | 0.83% | - |
| XYZ | 40.99 | 24.14 | 64.13 | - |
| YUV | 134.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 211 | 0.01 | 0.62 | 0 | 0.17 | 299.08 | 0.6 | 0.57 |
| Hex | D1 | 51 | D3 | 1 | 3E | 0 | 11 | 12B | 3C | 39 |
| Octal | 321 | 121 | 323 | 1 | 76 | 0 | 21 | 453 | 74 | 71 |
| Binary | 11010001 | 1010001 | 11010011 | 1 | 111110 | 0 | 10001 | 100101011 | 111100 | 111001 |
Color Harmonies of #D151D3
Complementary color
Monochromatic Colors of #D151D3
Black with #D151D3
Text Example
Text Example
White with #D151D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151D3; }
p { color: rgb(209,81,211); }
H1.HeaderClassName
{
color: #D151D3;
}
.AnyTagClassName
{
color: #D151D3;
}
</style>
background-color css
<style>
a { background-color: #D151D3; }
a { background-color: rgb(209,81,211); }
div.DivClassName
{
background-color: #D151D3;
}
.BgClassName
{
background-color: #D151D3;
}
</style>
border-color css
<style>
span { border-color: #D151D3; }
span { border-color: rgb(209,81,211); }
td.TdClassName
{
border-color: #D151D3;
}
.TagClassName
{
border-color: #D151D3;
}
</style>