Html Css Color HEX #D651D0 Free Speech Magenta
📋 copy color: '#D651D0'red 214 ◦ green 81 ◦ blue 208
Shades of Free Speech Magenta #D651D0
Tints of Free Speech Magenta #D651D0
RGB
CMYK
RGB Variations
Color information
#D651D0 (or 0xD651D0) is known color: Free Speech Magenta. HEX triplet: D6, 51 and D0. RGB value is (214,81,208). Sum of RGB (Red+Green+Blue) = 214+81+208=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D651D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651D0 is #29AE2F. Grayscale: #868686. Windows color (decimal): -2731568 or 13652438. OLE color: 13652438.
HSL color Cylindrical-coordinate representation of color #D651D0: hue angle of 302.71º degrees, saturation: 0.62, 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 #D651D0 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 208 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.16 |
| HSL | 302.71º | 0.62% | 0.58% | - |
| HSV(B) | 302.71º | 0.62% | 0.84% | - |
| XYZ | 42.06 | 24.74 | 62.23 | - |
| YUV | 135.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 208 | 0 | 0.62 | 0.03 | 0.16 | 302.71 | 0.62 | 0.58 |
| Hex | D6 | 51 | D0 | 0 | 3E | 3 | 10 | 12F | 3E | 3A |
| Octal | 326 | 121 | 320 | 0 | 76 | 3 | 20 | 457 | 76 | 72 |
| Binary | 11010110 | 1010001 | 11010000 | 0 | 111110 | 11 | 10000 | 100101111 | 111110 | 111010 |
Color Harmonies of #D651D0
Complementary color
Monochromatic Colors of #D651D0
Black with #D651D0
Text Example
Text Example
White with #D651D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651D0; }
p { color: rgb(214,81,208); }
H1.HeaderClassName
{
color: #D651D0;
}
.AnyTagClassName
{
color: #D651D0;
}
</style>
background-color css
<style>
a { background-color: #D651D0; }
a { background-color: rgb(214,81,208); }
div.DivClassName
{
background-color: #D651D0;
}
.BgClassName
{
background-color: #D651D0;
}
</style>
border-color css
<style>
span { border-color: #D651D0; }
span { border-color: rgb(214,81,208); }
td.TdClassName
{
border-color: #D651D0;
}
.TagClassName
{
border-color: #D651D0;
}
</style>