Html Css Color HEX #D354CE Free Speech Magenta
📋 copy color: '#D354CE'red 211 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #D354CE
Tints of Free Speech Magenta #D354CE
RGB
CMYK
RGB Variations
Color information
#D354CE (or 0xD354CE) is known color: Free Speech Magenta. HEX triplet: D3, 54 and CE. RGB value is (211,84,206). Sum of RGB (Red+Green+Blue) = 211+84+206=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D354CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354CE is #2CAB31. Grayscale: #878787. Windows color (decimal): -2927410 or 13522131. OLE color: 13522131.
HSL color Cylindrical-coordinate representation of color #D354CE: hue angle of 302.36º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D354CE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 206 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.17 |
| HSL | 302.36º | 0.59% | 0.58% | - |
| HSV(B) | 302.36º | 0.6% | 0.83% | - |
| XYZ | 41.17 | 24.65 | 60.98 | - |
| YUV | 135.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 206 | 0 | 0.60 | 0.02 | 0.17 | 302.36 | 0.59 | 0.58 |
| Hex | D3 | 54 | CE | 0 | 3C | 2 | 11 | 12E | 3B | 3A |
| Octal | 323 | 124 | 316 | 0 | 74 | 2 | 21 | 456 | 73 | 72 |
| Binary | 11010011 | 1010100 | 11001110 | 0 | 111100 | 10 | 10001 | 100101110 | 111011 | 111010 |
Color Harmonies of #D354CE
Complementary color
Monochromatic Colors of #D354CE
Black with #D354CE
Text Example
Text Example
White with #D354CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354CE; }
p { color: rgb(211,84,206); }
H1.HeaderClassName
{
color: #D354CE;
}
.AnyTagClassName
{
color: #D354CE;
}
</style>
background-color css
<style>
a { background-color: #D354CE; }
a { background-color: rgb(211,84,206); }
div.DivClassName
{
background-color: #D354CE;
}
.BgClassName
{
background-color: #D354CE;
}
</style>
border-color css
<style>
span { border-color: #D354CE; }
span { border-color: rgb(211,84,206); }
td.TdClassName
{
border-color: #D354CE;
}
.TagClassName
{
border-color: #D354CE;
}
</style>