Html Css Color HEX #D353CF Free Speech Magenta
📋 copy color: '#D353CF'red 211 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #D353CF
Tints of Free Speech Magenta #D353CF
RGB
CMYK
RGB Variations
Color information
#D353CF (or 0xD353CF) is known color: Free Speech Magenta. HEX triplet: D3, 53 and CF. RGB value is (211,83,207). Sum of RGB (Red+Green+Blue) = 211+83+207=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D353CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353CF is #2CAC30. Grayscale: #878787. Windows color (decimal): -2927665 or 13587411. OLE color: 13587411.
HSL color Cylindrical-coordinate representation of color #D353CF: hue angle of 301.88º 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 #D353CF is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 207 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.17 |
| HSL | 301.88º | 0.59% | 0.58% | - |
| HSV(B) | 301.88º | 0.61% | 0.83% | - |
| XYZ | 41.22 | 24.54 | 61.6 | - |
| YUV | 135.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 207 | 0 | 0.61 | 0.02 | 0.17 | 301.88 | 0.59 | 0.58 |
| Hex | D3 | 53 | CF | 0 | 3D | 2 | 11 | 12E | 3B | 3A |
| Octal | 323 | 123 | 317 | 0 | 75 | 2 | 21 | 456 | 73 | 72 |
| Binary | 11010011 | 1010011 | 11001111 | 0 | 111101 | 10 | 10001 | 100101110 | 111011 | 111010 |
Color Harmonies of #D353CF
Complementary color
Monochromatic Colors of #D353CF
Black with #D353CF
Text Example
Text Example
White with #D353CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353CF; }
p { color: rgb(211,83,207); }
H1.HeaderClassName
{
color: #D353CF;
}
.AnyTagClassName
{
color: #D353CF;
}
</style>
background-color css
<style>
a { background-color: #D353CF; }
a { background-color: rgb(211,83,207); }
div.DivClassName
{
background-color: #D353CF;
}
.BgClassName
{
background-color: #D353CF;
}
</style>
border-color css
<style>
span { border-color: #D353CF; }
span { border-color: rgb(211,83,207); }
td.TdClassName
{
border-color: #D353CF;
}
.TagClassName
{
border-color: #D353CF;
}
</style>