Html Css Color HEX #D647DA Free Speech Magenta
📋 copy color: '#D647DA'red 214 ◦ green 71 ◦ blue 218
Shades of Free Speech Magenta #D647DA
Tints of Free Speech Magenta #D647DA
RGB
CMYK
RGB Variations
Color information
#D647DA (or 0xD647DA) is known color: Free Speech Magenta. HEX triplet: D6, 47 and DA. RGB value is (214,71,218). Sum of RGB (Red+Green+Blue) = 214+71+218=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #D647DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647DA is #29B825. Grayscale: #828282. Windows color (decimal): -2734118 or 14305238. OLE color: 14305238.
HSL color Cylindrical-coordinate representation of color #D647DA: hue angle of 298.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D647DA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 71 | 218 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.15 |
| HSL | 298.37º | 0.67% | 0.57% | - |
| HSV(B) | 298.37º | 0.67% | 0.85% | - |
| XYZ | 42.64 | 23.86 | 68.69 | - |
| YUV | 130.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 218 | 0.02 | 0.67 | 0 | 0.15 | 298.37 | 0.67 | 0.57 |
| Hex | D6 | 47 | DA | 2 | 43 | 0 | F | 12A | 43 | 39 |
| Octal | 326 | 107 | 332 | 2 | 103 | 0 | 17 | 452 | 103 | 71 |
| Binary | 11010110 | 1000111 | 11011010 | 10 | 1000011 | 0 | 1111 | 100101010 | 1000011 | 111001 |
Color Harmonies of #D647DA
Complementary color
Monochromatic Colors of #D647DA
Black with #D647DA
Text Example
Text Example
White with #D647DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D647DA; }
p { color: rgb(214,71,218); }
H1.HeaderClassName
{
color: #D647DA;
}
.AnyTagClassName
{
color: #D647DA;
}
</style>
background-color css
<style>
a { background-color: #D647DA; }
a { background-color: rgb(214,71,218); }
div.DivClassName
{
background-color: #D647DA;
}
.BgClassName
{
background-color: #D647DA;
}
</style>
border-color css
<style>
span { border-color: #D647DA; }
span { border-color: rgb(214,71,218); }
td.TdClassName
{
border-color: #D647DA;
}
.TagClassName
{
border-color: #D647DA;
}
</style>