Html Css Color HEX #D751D0 Free Speech Magenta
📋 copy color: '#D751D0'red 215 ◦ green 81 ◦ blue 208
Shades of Free Speech Magenta #D751D0
Tints of Free Speech Magenta #D751D0
RGB
CMYK
RGB Variations
Color information
#D751D0 (or 0xD751D0) is known color: Free Speech Magenta. HEX triplet: D7, 51 and D0. RGB value is (215,81,208). Sum of RGB (Red+Green+Blue) = 215+81+208=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D751D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751D0 is #28AE2F. Grayscale: #878787. Windows color (decimal): -2666032 or 13652439. OLE color: 13652439.
HSL color Cylindrical-coordinate representation of color #D751D0: hue angle of 303.13º degrees, saturation: 0.63, 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 #D751D0 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 208 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.16 |
| HSL | 303.13º | 0.63% | 0.58% | - |
| HSV(B) | 303.13º | 0.62% | 0.84% | - |
| XYZ | 42.35 | 24.89 | 62.25 | - |
| YUV | 135.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 208 | 0 | 0.62 | 0.03 | 0.16 | 303.13 | 0.63 | 0.58 |
| Hex | D7 | 51 | D0 | 0 | 3E | 3 | 10 | 12F | 3F | 3A |
| Octal | 327 | 121 | 320 | 0 | 76 | 3 | 20 | 457 | 77 | 72 |
| Binary | 11010111 | 1010001 | 11010000 | 0 | 111110 | 11 | 10000 | 100101111 | 111111 | 111010 |
Color Harmonies of #D751D0
Complementary color
Monochromatic Colors of #D751D0
Black with #D751D0
Text Example
Text Example
White with #D751D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751D0; }
p { color: rgb(215,81,208); }
H1.HeaderClassName
{
color: #D751D0;
}
.AnyTagClassName
{
color: #D751D0;
}
</style>
background-color css
<style>
a { background-color: #D751D0; }
a { background-color: rgb(215,81,208); }
div.DivClassName
{
background-color: #D751D0;
}
.BgClassName
{
background-color: #D751D0;
}
</style>
border-color css
<style>
span { border-color: #D751D0; }
span { border-color: rgb(215,81,208); }
td.TdClassName
{
border-color: #D751D0;
}
.TagClassName
{
border-color: #D751D0;
}
</style>