Html Css Color HEX #D357CE Free Speech Magenta
📋 copy color: '#D357CE'red 211 ◦ green 87 ◦ blue 206
Shades of Free Speech Magenta #D357CE
Tints of Free Speech Magenta #D357CE
RGB
CMYK
RGB Variations
Color information
#D357CE (or 0xD357CE) is known color: Free Speech Magenta. HEX triplet: D3, 57 and CE. RGB value is (211,87,206). Sum of RGB (Red+Green+Blue) = 211+87+206=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D357CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D357CE is #2CA831. Grayscale: #898989. Windows color (decimal): -2926642 or 13522899. OLE color: 13522899.
HSL color Cylindrical-coordinate representation of color #D357CE: hue angle of 302.42º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D357CE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 206 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.17 |
| HSL | 302.42º | 0.58% | 0.58% | - |
| HSV(B) | 302.42º | 0.59% | 0.83% | - |
| XYZ | 41.41 | 25.12 | 61.06 | - |
| YUV | 137.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 206 | 0 | 0.59 | 0.02 | 0.17 | 302.42 | 0.58 | 0.58 |
| Hex | D3 | 57 | CE | 0 | 3B | 2 | 11 | 12E | 3A | 3A |
| Octal | 323 | 127 | 316 | 0 | 73 | 2 | 21 | 456 | 72 | 72 |
| Binary | 11010011 | 1010111 | 11001110 | 0 | 111011 | 10 | 10001 | 100101110 | 111010 | 111010 |
Color Harmonies of #D357CE
Complementary color
Monochromatic Colors of #D357CE
Black with #D357CE
Text Example
Text Example
White with #D357CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D357CE; }
p { color: rgb(211,87,206); }
H1.HeaderClassName
{
color: #D357CE;
}
.AnyTagClassName
{
color: #D357CE;
}
</style>
background-color css
<style>
a { background-color: #D357CE; }
a { background-color: rgb(211,87,206); }
div.DivClassName
{
background-color: #D357CE;
}
.BgClassName
{
background-color: #D357CE;
}
</style>
border-color css
<style>
span { border-color: #D357CE; }
span { border-color: rgb(211,87,206); }
td.TdClassName
{
border-color: #D357CE;
}
.TagClassName
{
border-color: #D357CE;
}
</style>