Html Css Color HEX #D649DC Free Speech Magenta
📋 copy color: '#D649DC'red 214 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #D649DC
Tints of Free Speech Magenta #D649DC
RGB
CMYK
RGB Variations
Color information
#D649DC (or 0xD649DC) is known color: Free Speech Magenta. HEX triplet: D6, 49 and DC. RGB value is (214,73,220). Sum of RGB (Red+Green+Blue) = 214+73+220=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #D649DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649DC is #29B623. Grayscale: #838383. Windows color (decimal): -2733604 or 14436822. OLE color: 14436822.
HSL color Cylindrical-coordinate representation of color #D649DC: hue angle of 297.55º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D649DC is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 73 | 220 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.14 |
| HSL | 297.55º | 0.68% | 0.57% | - |
| HSV(B) | 297.55º | 0.67% | 0.86% | - |
| XYZ | 43.03 | 24.23 | 70.12 | - |
| YUV | 131.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 220 | 0.03 | 0.67 | 0 | 0.14 | 297.55 | 0.68 | 0.57 |
| Hex | D6 | 49 | DC | 3 | 43 | 0 | E | 12A | 44 | 39 |
| Octal | 326 | 111 | 334 | 3 | 103 | 0 | 16 | 452 | 104 | 71 |
| Binary | 11010110 | 1001001 | 11011100 | 11 | 1000011 | 0 | 1110 | 100101010 | 1000100 | 111001 |
Color Harmonies of #D649DC
Complementary color
Monochromatic Colors of #D649DC
Black with #D649DC
Text Example
Text Example
White with #D649DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649DC; }
p { color: rgb(214,73,220); }
H1.HeaderClassName
{
color: #D649DC;
}
.AnyTagClassName
{
color: #D649DC;
}
</style>
background-color css
<style>
a { background-color: #D649DC; }
a { background-color: rgb(214,73,220); }
div.DivClassName
{
background-color: #D649DC;
}
.BgClassName
{
background-color: #D649DC;
}
</style>
border-color css
<style>
span { border-color: #D649DC; }
span { border-color: rgb(214,73,220); }
td.TdClassName
{
border-color: #D649DC;
}
.TagClassName
{
border-color: #D649DC;
}
</style>