Html Css Color HEX #D335DC Free Speech Magenta
📋 copy color: '#D335DC'red 211 ◦ green 53 ◦ blue 220
Shades of Free Speech Magenta #D335DC
Tints of Free Speech Magenta #D335DC
RGB
CMYK
RGB Variations
Color information
#D335DC (or 0xD335DC) is known color: Free Speech Magenta. HEX triplet: D3, 35 and DC. RGB value is (211,53,220). Sum of RGB (Red+Green+Blue) = 211+53+220=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #D335DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335DC is #2CCA23. Grayscale: #767676. Windows color (decimal): -2935332 or 14431699. OLE color: 14431699.
HSL color Cylindrical-coordinate representation of color #D335DC: hue angle of 296.77º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D335DC is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 53 | 220 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.14 |
| HSL | 296.77º | 0.7% | 0.54% | - |
| HSV(B) | 296.77º | 0.76% | 0.86% | - |
| XYZ | 41.06 | 21.56 | 69.71 | - |
| YUV | 119.28 | 184.85 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 220 | 0.04 | 0.76 | 0 | 0.14 | 296.77 | 0.7 | 0.54 |
| Hex | D3 | 35 | DC | 4 | 4C | 0 | E | 129 | 46 | 36 |
| Octal | 323 | 65 | 334 | 4 | 114 | 0 | 16 | 451 | 106 | 66 |
| Binary | 11010011 | 110101 | 11011100 | 100 | 1001100 | 0 | 1110 | 100101001 | 1000110 | 110110 |
Color Harmonies of #D335DC
Complementary color
Monochromatic Colors of #D335DC
Black with #D335DC
Text Example
Text Example
White with #D335DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D335DC; }
p { color: rgb(211,53,220); }
H1.HeaderClassName
{
color: #D335DC;
}
.AnyTagClassName
{
color: #D335DC;
}
</style>
background-color css
<style>
a { background-color: #D335DC; }
a { background-color: rgb(211,53,220); }
div.DivClassName
{
background-color: #D335DC;
}
.BgClassName
{
background-color: #D335DC;
}
</style>
border-color css
<style>
span { border-color: #D335DC; }
span { border-color: rgb(211,53,220); }
td.TdClassName
{
border-color: #D335DC;
}
.TagClassName
{
border-color: #D335DC;
}
</style>