Html Css Color HEX #D536D6 Free Speech Magenta
📋 copy color: '#D536D6'red 213 ◦ green 54 ◦ blue 214
Shades of Free Speech Magenta #D536D6
Tints of Free Speech Magenta #D536D6
RGB
CMYK
RGB Variations
Color information
#D536D6 (or 0xD536D6) is known color: Free Speech Magenta. HEX triplet: D5, 36 and D6. RGB value is (213,54,214). Sum of RGB (Red+Green+Blue) = 213+54+214=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #D536D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536D6 is #2AC929. Grayscale: #777777. Windows color (decimal): -2804010 or 14038741. OLE color: 14038741.
HSL color Cylindrical-coordinate representation of color #D536D6: hue angle of 299.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D536D6 is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 214 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.16 |
| HSL | 299.63º | 0.66% | 0.53% | - |
| HSV(B) | 299.63º | 0.75% | 0.84% | - |
| XYZ | 40.9 | 21.64 | 65.64 | - |
| YUV | 119.78 | 181.18 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 214 | 0.00 | 0.75 | 0 | 0.16 | 299.63 | 0.66 | 0.53 |
| Hex | D5 | 36 | D6 | 0 | 4B | 0 | 10 | 12C | 42 | 35 |
| Octal | 325 | 66 | 326 | 0 | 113 | 0 | 20 | 454 | 102 | 65 |
| Binary | 11010101 | 110110 | 11010110 | 0 | 1001011 | 0 | 10000 | 100101100 | 1000010 | 110101 |
Color Harmonies of #D536D6
Complementary color
Monochromatic Colors of #D536D6
Black with #D536D6
Text Example
Text Example
White with #D536D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536D6; }
p { color: rgb(213,54,214); }
H1.HeaderClassName
{
color: #D536D6;
}
.AnyTagClassName
{
color: #D536D6;
}
</style>
background-color css
<style>
a { background-color: #D536D6; }
a { background-color: rgb(213,54,214); }
div.DivClassName
{
background-color: #D536D6;
}
.BgClassName
{
background-color: #D536D6;
}
</style>
border-color css
<style>
span { border-color: #D536D6; }
span { border-color: rgb(213,54,214); }
td.TdClassName
{
border-color: #D536D6;
}
.TagClassName
{
border-color: #D536D6;
}
</style>