Html Css Color HEX #D435D8 Free Speech Magenta
📋 copy color: '#D435D8'red 212 ◦ green 53 ◦ blue 216
Shades of Free Speech Magenta #D435D8
Tints of Free Speech Magenta #D435D8
RGB
CMYK
RGB Variations
Color information
#D435D8 (or 0xD435D8) is known color: Free Speech Magenta. HEX triplet: D4, 35 and D8. RGB value is (212,53,216). Sum of RGB (Red+Green+Blue) = 212+53+216=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #D435D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435D8 is #2BCA27. Grayscale: #767676. Windows color (decimal): -2869800 or 14169556. OLE color: 14169556.
HSL color Cylindrical-coordinate representation of color #D435D8: hue angle of 298.53º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D435D8 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 53 | 216 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.15 |
| HSL | 298.53º | 0.68% | 0.53% | - |
| HSV(B) | 298.53º | 0.75% | 0.85% | - |
| XYZ | 40.82 | 21.5 | 66.96 | - |
| YUV | 119.12 | 182.68 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 216 | 0.02 | 0.75 | 0 | 0.15 | 298.53 | 0.68 | 0.53 |
| Hex | D4 | 35 | D8 | 2 | 4B | 0 | F | 12B | 44 | 35 |
| Octal | 324 | 65 | 330 | 2 | 113 | 0 | 17 | 453 | 104 | 65 |
| Binary | 11010100 | 110101 | 11011000 | 10 | 1001011 | 0 | 1111 | 100101011 | 1000100 | 110101 |
Color Harmonies of #D435D8
Complementary color
Monochromatic Colors of #D435D8
Black with #D435D8
Text Example
Text Example
White with #D435D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435D8; }
p { color: rgb(212,53,216); }
H1.HeaderClassName
{
color: #D435D8;
}
.AnyTagClassName
{
color: #D435D8;
}
</style>
background-color css
<style>
a { background-color: #D435D8; }
a { background-color: rgb(212,53,216); }
div.DivClassName
{
background-color: #D435D8;
}
.BgClassName
{
background-color: #D435D8;
}
</style>
border-color css
<style>
span { border-color: #D435D8; }
span { border-color: rgb(212,53,216); }
td.TdClassName
{
border-color: #D435D8;
}
.TagClassName
{
border-color: #D435D8;
}
</style>