Html Css Color HEX #D353CE Free Speech Magenta
📋 copy color: '#D353CE'red 211 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #D353CE
Tints of Free Speech Magenta #D353CE
RGB
CMYK
RGB Variations
Color information
#D353CE (or 0xD353CE) is known color: Free Speech Magenta. HEX triplet: D3, 53 and CE. RGB value is (211,83,206). Sum of RGB (Red+Green+Blue) = 211+83+206=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D353CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353CE is #2CAC31. Grayscale: #868686. Windows color (decimal): -2927666 or 13521875. OLE color: 13521875.
HSL color Cylindrical-coordinate representation of color #D353CE: hue angle of 302.34º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D353CE is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 206 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.17 |
| HSL | 302.34º | 0.59% | 0.58% | - |
| HSV(B) | 302.34º | 0.61% | 0.83% | - |
| XYZ | 41.1 | 24.49 | 60.95 | - |
| YUV | 135.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 206 | 0 | 0.61 | 0.02 | 0.17 | 302.34 | 0.59 | 0.58 |
| Hex | D3 | 53 | CE | 0 | 3D | 2 | 11 | 12E | 3B | 3A |
| Octal | 323 | 123 | 316 | 0 | 75 | 2 | 21 | 456 | 73 | 72 |
| Binary | 11010011 | 1010011 | 11001110 | 0 | 111101 | 10 | 10001 | 100101110 | 111011 | 111010 |
Color Harmonies of #D353CE
Complementary color
Monochromatic Colors of #D353CE
Black with #D353CE
Text Example
Text Example
White with #D353CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353CE; }
p { color: rgb(211,83,206); }
H1.HeaderClassName
{
color: #D353CE;
}
.AnyTagClassName
{
color: #D353CE;
}
</style>
background-color css
<style>
a { background-color: #D353CE; }
a { background-color: rgb(211,83,206); }
div.DivClassName
{
background-color: #D353CE;
}
.BgClassName
{
background-color: #D353CE;
}
</style>
border-color css
<style>
span { border-color: #D353CE; }
span { border-color: rgb(211,83,206); }
td.TdClassName
{
border-color: #D353CE;
}
.TagClassName
{
border-color: #D353CE;
}
</style>