Html Css Color HEX #D651DC Free Speech Magenta
📋 copy color: '#D651DC'red 214 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #D651DC
Tints of Free Speech Magenta #D651DC
RGB
CMYK
RGB Variations
Color information
#D651DC (or 0xD651DC) is known color: Free Speech Magenta. HEX triplet: D6, 51 and DC. RGB value is (214,81,220). Sum of RGB (Red+Green+Blue) = 214+81+220=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #D651DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651DC is #29AE23. Grayscale: #888888. Windows color (decimal): -2731556 or 14438870. OLE color: 14438870.
HSL color Cylindrical-coordinate representation of color #D651DC: hue angle of 297.41º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D651DC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 81 | 220 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.14 |
| HSL | 297.41º | 0.67% | 0.59% | - |
| HSV(B) | 297.41º | 0.63% | 0.86% | - |
| XYZ | 43.59 | 25.35 | 70.31 | - |
| YUV | 136.61 | 175.06 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 220 | 0.03 | 0.63 | 0 | 0.14 | 297.41 | 0.67 | 0.59 |
| Hex | D6 | 51 | DC | 3 | 3F | 0 | E | 129 | 43 | 3B |
| Octal | 326 | 121 | 334 | 3 | 77 | 0 | 16 | 451 | 103 | 73 |
| Binary | 11010110 | 1010001 | 11011100 | 11 | 111111 | 0 | 1110 | 100101001 | 1000011 | 111011 |
Color Harmonies of #D651DC
Complementary color
Monochromatic Colors of #D651DC
Black with #D651DC
Text Example
Text Example
White with #D651DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651DC; }
p { color: rgb(214,81,220); }
H1.HeaderClassName
{
color: #D651DC;
}
.AnyTagClassName
{
color: #D651DC;
}
</style>
background-color css
<style>
a { background-color: #D651DC; }
a { background-color: rgb(214,81,220); }
div.DivClassName
{
background-color: #D651DC;
}
.BgClassName
{
background-color: #D651DC;
}
</style>
border-color css
<style>
span { border-color: #D651DC; }
span { border-color: rgb(214,81,220); }
td.TdClassName
{
border-color: #D651DC;
}
.TagClassName
{
border-color: #D651DC;
}
</style>