Html Css Color HEX #D643D8 Free Speech Magenta
📋 copy color: '#D643D8'red 214 ◦ green 67 ◦ blue 216
Shades of Free Speech Magenta #D643D8
Tints of Free Speech Magenta #D643D8
RGB
CMYK
RGB Variations
Color information
#D643D8 (or 0xD643D8) is known color: Free Speech Magenta. HEX triplet: D6, 43 and D8. RGB value is (214,67,216). Sum of RGB (Red+Green+Blue) = 214+67+216=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #D643D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643D8 is #29BC27. Grayscale: #7F7F7F. Windows color (decimal): -2735144 or 14173142. OLE color: 14173142.
HSL color Cylindrical-coordinate representation of color #D643D8: hue angle of 299.19º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643D8 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 67 | 216 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.15 |
| HSL | 299.19º | 0.66% | 0.55% | - |
| HSV(B) | 299.19º | 0.69% | 0.85% | - |
| XYZ | 42.13 | 23.27 | 67.24 | - |
| YUV | 127.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 216 | 0.01 | 0.69 | 0 | 0.15 | 299.19 | 0.66 | 0.55 |
| Hex | D6 | 43 | D8 | 1 | 45 | 0 | F | 12B | 42 | 37 |
| Octal | 326 | 103 | 330 | 1 | 105 | 0 | 17 | 453 | 102 | 67 |
| Binary | 11010110 | 1000011 | 11011000 | 1 | 1000101 | 0 | 1111 | 100101011 | 1000010 | 110111 |
Color Harmonies of #D643D8
Complementary color
Monochromatic Colors of #D643D8
Black with #D643D8
Text Example
Text Example
White with #D643D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643D8; }
p { color: rgb(214,67,216); }
H1.HeaderClassName
{
color: #D643D8;
}
.AnyTagClassName
{
color: #D643D8;
}
</style>
background-color css
<style>
a { background-color: #D643D8; }
a { background-color: rgb(214,67,216); }
div.DivClassName
{
background-color: #D643D8;
}
.BgClassName
{
background-color: #D643D8;
}
</style>
border-color css
<style>
span { border-color: #D643D8; }
span { border-color: rgb(214,67,216); }
td.TdClassName
{
border-color: #D643D8;
}
.TagClassName
{
border-color: #D643D8;
}
</style>