Html Css Color HEX #D646F5 Free Speech Magenta
📋 copy color: '#D646F5'red 214 ◦ green 70 ◦ blue 245
Shades of Free Speech Magenta #D646F5
Tints of Free Speech Magenta #D646F5
RGB
CMYK
RGB Variations
Color information
#D646F5 (or 0xD646F5) is known color: Free Speech Magenta. HEX triplet: D6, 46 and F5. RGB value is (214,70,245). Sum of RGB (Red+Green+Blue) = 214+70+245=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #D646F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D646F5 is #29B90A. Grayscale: #848484. Windows color (decimal): -2734347 or 16074454. OLE color: 16074454.
HSL color Cylindrical-coordinate representation of color #D646F5: hue angle of 289.37º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D646F5 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 70 | 245 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.04 |
| HSL | 289.37º | 0.9% | 0.62% | - |
| HSV(B) | 289.37º | 0.71% | 0.96% | - |
| XYZ | 46.4 | 25.27 | 88.82 | - |
| YUV | 133.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 245 | 0.13 | 0.71 | 0 | 0.04 | 289.37 | 0.9 | 0.62 |
| Hex | D6 | 46 | F5 | D | 47 | 0 | 4 | 121 | 5A | 3E |
| Octal | 326 | 106 | 365 | 15 | 107 | 0 | 4 | 441 | 132 | 76 |
| Binary | 11010110 | 1000110 | 11110101 | 1101 | 1000111 | 0 | 100 | 100100001 | 1011010 | 111110 |
Color Harmonies of #D646F5
Complementary color
Monochromatic Colors of #D646F5
Black with #D646F5
Text Example
Text Example
White with #D646F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D646F5; }
p { color: rgb(214,70,245); }
H1.HeaderClassName
{
color: #D646F5;
}
.AnyTagClassName
{
color: #D646F5;
}
</style>
background-color css
<style>
a { background-color: #D646F5; }
a { background-color: rgb(214,70,245); }
div.DivClassName
{
background-color: #D646F5;
}
.BgClassName
{
background-color: #D646F5;
}
</style>
border-color css
<style>
span { border-color: #D646F5; }
span { border-color: rgb(214,70,245); }
td.TdClassName
{
border-color: #D646F5;
}
.TagClassName
{
border-color: #D646F5;
}
</style>