Html Css Color HEX #D650D0 Free Speech Magenta
📋 copy color: '#D650D0'red 214 ◦ green 80 ◦ blue 208
Shades of Free Speech Magenta #D650D0
Tints of Free Speech Magenta #D650D0
RGB
CMYK
RGB Variations
Color information
#D650D0 (or 0xD650D0) is known color: Free Speech Magenta. HEX triplet: D6, 50 and D0. RGB value is (214,80,208). Sum of RGB (Red+Green+Blue) = 214+80+208=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D650D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650D0 is #29AF2F. Grayscale: #868686. Windows color (decimal): -2731824 or 13652182. OLE color: 13652182.
HSL color Cylindrical-coordinate representation of color #D650D0: hue angle of 302.69º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650D0 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 208 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.16 |
| HSL | 302.69º | 0.62% | 0.58% | - |
| HSV(B) | 302.69º | 0.63% | 0.84% | - |
| XYZ | 41.99 | 24.59 | 62.21 | - |
| YUV | 134.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 208 | 0 | 0.63 | 0.03 | 0.16 | 302.69 | 0.62 | 0.58 |
| Hex | D6 | 50 | D0 | 0 | 3F | 3 | 10 | 12F | 3E | 3A |
| Octal | 326 | 120 | 320 | 0 | 77 | 3 | 20 | 457 | 76 | 72 |
| Binary | 11010110 | 1010000 | 11010000 | 0 | 111111 | 11 | 10000 | 100101111 | 111110 | 111010 |
Color Harmonies of #D650D0
Complementary color
Monochromatic Colors of #D650D0
Black with #D650D0
Text Example
Text Example
White with #D650D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D650D0; }
p { color: rgb(214,80,208); }
H1.HeaderClassName
{
color: #D650D0;
}
.AnyTagClassName
{
color: #D650D0;
}
</style>
background-color css
<style>
a { background-color: #D650D0; }
a { background-color: rgb(214,80,208); }
div.DivClassName
{
background-color: #D650D0;
}
.BgClassName
{
background-color: #D650D0;
}
</style>
border-color css
<style>
span { border-color: #D650D0; }
span { border-color: rgb(214,80,208); }
td.TdClassName
{
border-color: #D650D0;
}
.TagClassName
{
border-color: #D650D0;
}
</style>