Html Css Color HEX #D646D4 Free Speech Magenta
📋 copy color: '#D646D4'red 214 ◦ green 70 ◦ blue 212
Shades of Free Speech Magenta #D646D4
Tints of Free Speech Magenta #D646D4
RGB
CMYK
RGB Variations
Color information
#D646D4 (or 0xD646D4) is known color: Free Speech Magenta. HEX triplet: D6, 46 and D4. RGB value is (214,70,212). Sum of RGB (Red+Green+Blue) = 214+70+212=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D646D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646D4 is #29B92B. Grayscale: #808080. Windows color (decimal): -2734380 or 13911766. OLE color: 13911766.
HSL color Cylindrical-coordinate representation of color #D646D4: hue angle of 300.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D646D4 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 212 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.16 |
| HSL | 300.83º | 0.64% | 0.56% | - |
| HSV(B) | 300.83º | 0.67% | 0.84% | - |
| XYZ | 41.81 | 23.43 | 64.61 | - |
| YUV | 129.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 212 | 0 | 0.67 | 0.01 | 0.16 | 300.83 | 0.64 | 0.56 |
| Hex | D6 | 46 | D4 | 0 | 43 | 1 | 10 | 12D | 40 | 38 |
| Octal | 326 | 106 | 324 | 0 | 103 | 1 | 20 | 455 | 100 | 70 |
| Binary | 11010110 | 1000110 | 11010100 | 0 | 1000011 | 1 | 10000 | 100101101 | 1000000 | 111000 |
Color Harmonies of #D646D4
Complementary color
Monochromatic Colors of #D646D4
Black with #D646D4
Text Example
Text Example
White with #D646D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D646D4; }
p { color: rgb(214,70,212); }
H1.HeaderClassName
{
color: #D646D4;
}
.AnyTagClassName
{
color: #D646D4;
}
</style>
background-color css
<style>
a { background-color: #D646D4; }
a { background-color: rgb(214,70,212); }
div.DivClassName
{
background-color: #D646D4;
}
.BgClassName
{
background-color: #D646D4;
}
</style>
border-color css
<style>
span { border-color: #D646D4; }
span { border-color: rgb(214,70,212); }
td.TdClassName
{
border-color: #D646D4;
}
.TagClassName
{
border-color: #D646D4;
}
</style>