Html Css Color HEX #D751CF Free Speech Magenta
📋 copy color: '#D751CF'red 215 ◦ green 81 ◦ blue 207
Shades of Free Speech Magenta #D751CF
Tints of Free Speech Magenta #D751CF
RGB
CMYK
RGB Variations
Color information
#D751CF (or 0xD751CF) is known color: Free Speech Magenta. HEX triplet: D7, 51 and CF. RGB value is (215,81,207). Sum of RGB (Red+Green+Blue) = 215+81+207=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D751CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751CF is #28AE30. Grayscale: #878787. Windows color (decimal): -2666033 or 13586903. OLE color: 13586903.
HSL color Cylindrical-coordinate representation of color #D751CF: hue angle of 303.58º 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 #D751CF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 207 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.16 |
| HSL | 303.58º | 0.63% | 0.58% | - |
| HSV(B) | 303.58º | 0.62% | 0.84% | - |
| XYZ | 42.23 | 24.84 | 61.6 | - |
| YUV | 135.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 207 | 0 | 0.62 | 0.04 | 0.16 | 303.58 | 0.63 | 0.58 |
| Hex | D7 | 51 | CF | 0 | 3E | 4 | 10 | 130 | 3F | 3A |
| Octal | 327 | 121 | 317 | 0 | 76 | 4 | 20 | 460 | 77 | 72 |
| Binary | 11010111 | 1010001 | 11001111 | 0 | 111110 | 100 | 10000 | 100110000 | 111111 | 111010 |
Color Harmonies of #D751CF
Complementary color
Monochromatic Colors of #D751CF
Black with #D751CF
Text Example
Text Example
White with #D751CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751CF; }
p { color: rgb(215,81,207); }
H1.HeaderClassName
{
color: #D751CF;
}
.AnyTagClassName
{
color: #D751CF;
}
</style>
background-color css
<style>
a { background-color: #D751CF; }
a { background-color: rgb(215,81,207); }
div.DivClassName
{
background-color: #D751CF;
}
.BgClassName
{
background-color: #D751CF;
}
</style>
border-color css
<style>
span { border-color: #D751CF; }
span { border-color: rgb(215,81,207); }
td.TdClassName
{
border-color: #D751CF;
}
.TagClassName
{
border-color: #D751CF;
}
</style>