Html Css Color HEX #D655DA Free Speech Magenta
📋 copy color: '#D655DA'red 214 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #D655DA
Tints of Free Speech Magenta #D655DA
RGB
CMYK
RGB Variations
Color information
#D655DA (or 0xD655DA) is known color: Free Speech Magenta. HEX triplet: D6, 55 and DA. RGB value is (214,85,218). Sum of RGB (Red+Green+Blue) = 214+85+218=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #D655DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655DA is #29AA25. Grayscale: #8A8A8A. Windows color (decimal): -2730534 or 14308822. OLE color: 14308822.
HSL color Cylindrical-coordinate representation of color #D655DA: hue angle of 298.2º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D655DA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 85 | 218 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.15 |
| HSL | 298.2º | 0.64% | 0.59% | - |
| HSV(B) | 298.2º | 0.61% | 0.85% | - |
| XYZ | 43.63 | 25.86 | 69.02 | - |
| YUV | 138.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 218 | 0.02 | 0.61 | 0 | 0.15 | 298.2 | 0.64 | 0.59 |
| Hex | D6 | 55 | DA | 2 | 3D | 0 | F | 12A | 40 | 3B |
| Octal | 326 | 125 | 332 | 2 | 75 | 0 | 17 | 452 | 100 | 73 |
| Binary | 11010110 | 1010101 | 11011010 | 10 | 111101 | 0 | 1111 | 100101010 | 1000000 | 111011 |
Color Harmonies of #D655DA
Complementary color
Monochromatic Colors of #D655DA
Black with #D655DA
Text Example
Text Example
White with #D655DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655DA; }
p { color: rgb(214,85,218); }
H1.HeaderClassName
{
color: #D655DA;
}
.AnyTagClassName
{
color: #D655DA;
}
</style>
background-color css
<style>
a { background-color: #D655DA; }
a { background-color: rgb(214,85,218); }
div.DivClassName
{
background-color: #D655DA;
}
.BgClassName
{
background-color: #D655DA;
}
</style>
border-color css
<style>
span { border-color: #D655DA; }
span { border-color: rgb(214,85,218); }
td.TdClassName
{
border-color: #D655DA;
}
.TagClassName
{
border-color: #D655DA;
}
</style>