Html Css Color HEX #D533DA Free Speech Magenta
📋 copy color: '#D533DA'red 213 ◦ green 51 ◦ blue 218
Shades of Free Speech Magenta #D533DA
Tints of Free Speech Magenta #D533DA
RGB
CMYK
RGB Variations
Color information
#D533DA (or 0xD533DA) is known color: Free Speech Magenta. HEX triplet: D5, 33 and DA. RGB value is (213,51,218). Sum of RGB (Red+Green+Blue) = 213+51+218=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #D533DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533DA is #2ACC25. Grayscale: #757575. Windows color (decimal): -2804774 or 14300117. OLE color: 14300117.
HSL color Cylindrical-coordinate representation of color #D533DA: hue angle of 298.2º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D533DA is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 51 | 218 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.15 |
| HSL | 298.2º | 0.69% | 0.53% | - |
| HSV(B) | 298.2º | 0.77% | 0.85% | - |
| XYZ | 41.28 | 21.58 | 68.32 | - |
| YUV | 118.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 218 | 0.02 | 0.77 | 0 | 0.15 | 298.2 | 0.69 | 0.53 |
| Hex | D5 | 33 | DA | 2 | 4D | 0 | F | 12A | 45 | 35 |
| Octal | 325 | 63 | 332 | 2 | 115 | 0 | 17 | 452 | 105 | 65 |
| Binary | 11010101 | 110011 | 11011010 | 10 | 1001101 | 0 | 1111 | 100101010 | 1000101 | 110101 |
Color Harmonies of #D533DA
Complementary color
Monochromatic Colors of #D533DA
Black with #D533DA
Text Example
Text Example
White with #D533DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533DA; }
p { color: rgb(213,51,218); }
H1.HeaderClassName
{
color: #D533DA;
}
.AnyTagClassName
{
color: #D533DA;
}
</style>
background-color css
<style>
a { background-color: #D533DA; }
a { background-color: rgb(213,51,218); }
div.DivClassName
{
background-color: #D533DA;
}
.BgClassName
{
background-color: #D533DA;
}
</style>
border-color css
<style>
span { border-color: #D533DA; }
span { border-color: rgb(213,51,218); }
td.TdClassName
{
border-color: #D533DA;
}
.TagClassName
{
border-color: #D533DA;
}
</style>