Html Css Color HEX #D955DA Free Speech Magenta
📋 copy color: '#D955DA'red 217 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #D955DA
Tints of Free Speech Magenta #D955DA
RGB
CMYK
RGB Variations
Color information
#D955DA (or 0xD955DA) is known color: Free Speech Magenta. HEX triplet: D9, 55 and DA. RGB value is (217,85,218). Sum of RGB (Red+Green+Blue) = 217+85+218=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #D955DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955DA is #26AA25. Grayscale: #8B8B8B. Windows color (decimal): -2533926 or 14308825. OLE color: 14308825.
HSL color Cylindrical-coordinate representation of color #D955DA: hue angle of 299.55º 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 #D955DA is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 218 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.15 |
| HSL | 299.55º | 0.64% | 0.59% | - |
| HSV(B) | 299.55º | 0.61% | 0.85% | - |
| XYZ | 44.52 | 26.31 | 69.06 | - |
| YUV | 139.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 218 | 0.00 | 0.61 | 0 | 0.15 | 299.55 | 0.64 | 0.59 |
| Hex | D9 | 55 | DA | 0 | 3D | 0 | F | 12C | 40 | 3B |
| Octal | 331 | 125 | 332 | 0 | 75 | 0 | 17 | 454 | 100 | 73 |
| Binary | 11011001 | 1010101 | 11011010 | 0 | 111101 | 0 | 1111 | 100101100 | 1000000 | 111011 |
Color Harmonies of #D955DA
Complementary color
Monochromatic Colors of #D955DA
Black with #D955DA
Text Example
Text Example
White with #D955DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955DA; }
p { color: rgb(217,85,218); }
H1.HeaderClassName
{
color: #D955DA;
}
.AnyTagClassName
{
color: #D955DA;
}
</style>
background-color css
<style>
a { background-color: #D955DA; }
a { background-color: rgb(217,85,218); }
div.DivClassName
{
background-color: #D955DA;
}
.BgClassName
{
background-color: #D955DA;
}
</style>
border-color css
<style>
span { border-color: #D955DA; }
span { border-color: rgb(217,85,218); }
td.TdClassName
{
border-color: #D955DA;
}
.TagClassName
{
border-color: #D955DA;
}
</style>