Html Css Color HEX #D835D4 Free Speech Magenta
📋 copy color: '#D835D4'red 216 ◦ green 53 ◦ blue 212
Shades of Free Speech Magenta #D835D4
Tints of Free Speech Magenta #D835D4
RGB
CMYK
RGB Variations
Color information
#D835D4 (or 0xD835D4) is known color: Free Speech Magenta. HEX triplet: D8, 35 and D4. RGB value is (216,53,212). Sum of RGB (Red+Green+Blue) = 216+53+212=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D835D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835D4 is #27CA2B. Grayscale: #777777. Windows color (decimal): -2607660 or 13907416. OLE color: 13907416.
HSL color Cylindrical-coordinate representation of color #D835D4: hue angle of 301.47º 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 #D835D4 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 212 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.15 |
| HSL | 301.47º | 0.68% | 0.53% | - |
| HSV(B) | 301.47º | 0.75% | 0.85% | - |
| XYZ | 41.48 | 21.9 | 64.33 | - |
| YUV | 119.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 212 | 0 | 0.75 | 0.02 | 0.15 | 301.47 | 0.68 | 0.53 |
| Hex | D8 | 35 | D4 | 0 | 4B | 2 | F | 12D | 44 | 35 |
| Octal | 330 | 65 | 324 | 0 | 113 | 2 | 17 | 455 | 104 | 65 |
| Binary | 11011000 | 110101 | 11010100 | 0 | 1001011 | 10 | 1111 | 100101101 | 1000100 | 110101 |
Color Harmonies of #D835D4
Complementary color
Monochromatic Colors of #D835D4
Black with #D835D4
Text Example
Text Example
White with #D835D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D835D4; }
p { color: rgb(216,53,212); }
H1.HeaderClassName
{
color: #D835D4;
}
.AnyTagClassName
{
color: #D835D4;
}
</style>
background-color css
<style>
a { background-color: #D835D4; }
a { background-color: rgb(216,53,212); }
div.DivClassName
{
background-color: #D835D4;
}
.BgClassName
{
background-color: #D835D4;
}
</style>
border-color css
<style>
span { border-color: #D835D4; }
span { border-color: rgb(216,53,212); }
td.TdClassName
{
border-color: #D835D4;
}
.TagClassName
{
border-color: #D835D4;
}
</style>