Html Css Color HEX #D649D0 Free Speech Magenta
📋 copy color: '#D649D0'red 214 ◦ green 73 ◦ blue 208
Shades of Free Speech Magenta #D649D0
Tints of Free Speech Magenta #D649D0
RGB
CMYK
RGB Variations
Color information
#D649D0 (or 0xD649D0) is known color: Free Speech Magenta. HEX triplet: D6, 49 and D0. RGB value is (214,73,208). Sum of RGB (Red+Green+Blue) = 214+73+208=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D649D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649D0 is #29B62F. Grayscale: #828282. Windows color (decimal): -2733616 or 13650390. OLE color: 13650390.
HSL color Cylindrical-coordinate representation of color #D649D0: hue angle of 302.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D649D0 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 208 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.16 |
| HSL | 302.55º | 0.63% | 0.56% | - |
| HSV(B) | 302.55º | 0.66% | 0.84% | - |
| XYZ | 41.5 | 23.62 | 62.05 | - |
| YUV | 130.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 208 | 0 | 0.66 | 0.03 | 0.16 | 302.55 | 0.63 | 0.56 |
| Hex | D6 | 49 | D0 | 0 | 42 | 3 | 10 | 12F | 3F | 38 |
| Octal | 326 | 111 | 320 | 0 | 102 | 3 | 20 | 457 | 77 | 70 |
| Binary | 11010110 | 1001001 | 11010000 | 0 | 1000010 | 11 | 10000 | 100101111 | 111111 | 111000 |
Color Harmonies of #D649D0
Complementary color
Monochromatic Colors of #D649D0
Black with #D649D0
Text Example
Text Example
White with #D649D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649D0; }
p { color: rgb(214,73,208); }
H1.HeaderClassName
{
color: #D649D0;
}
.AnyTagClassName
{
color: #D649D0;
}
</style>
background-color css
<style>
a { background-color: #D649D0; }
a { background-color: rgb(214,73,208); }
div.DivClassName
{
background-color: #D649D0;
}
.BgClassName
{
background-color: #D649D0;
}
</style>
border-color css
<style>
span { border-color: #D649D0; }
span { border-color: rgb(214,73,208); }
td.TdClassName
{
border-color: #D649D0;
}
.TagClassName
{
border-color: #D649D0;
}
</style>