Html Css Color HEX #D358CE Free Speech Magenta
📋 copy color: '#D358CE'red 211 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #D358CE
Tints of Free Speech Magenta #D358CE
RGB
CMYK
RGB Variations
Color information
#D358CE (or 0xD358CE) is known color: Free Speech Magenta. HEX triplet: D3, 58 and CE. RGB value is (211,88,206). Sum of RGB (Red+Green+Blue) = 211+88+206=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D358CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358CE is #2CA731. Grayscale: #898989. Windows color (decimal): -2926386 or 13523155. OLE color: 13523155.
HSL color Cylindrical-coordinate representation of color #D358CE: hue angle of 302.44º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D358CE is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 206 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.17 |
| HSL | 302.44º | 0.58% | 0.59% | - |
| HSV(B) | 302.44º | 0.58% | 0.83% | - |
| XYZ | 41.49 | 25.28 | 61.09 | - |
| YUV | 138.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 206 | 0 | 0.58 | 0.02 | 0.17 | 302.44 | 0.58 | 0.59 |
| Hex | D3 | 58 | CE | 0 | 3A | 2 | 11 | 12E | 3A | 3B |
| Octal | 323 | 130 | 316 | 0 | 72 | 2 | 21 | 456 | 72 | 73 |
| Binary | 11010011 | 1011000 | 11001110 | 0 | 111010 | 10 | 10001 | 100101110 | 111010 | 111011 |
Color Harmonies of #D358CE
Complementary color
Monochromatic Colors of #D358CE
Black with #D358CE
Text Example
Text Example
White with #D358CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358CE; }
p { color: rgb(211,88,206); }
H1.HeaderClassName
{
color: #D358CE;
}
.AnyTagClassName
{
color: #D358CE;
}
</style>
background-color css
<style>
a { background-color: #D358CE; }
a { background-color: rgb(211,88,206); }
div.DivClassName
{
background-color: #D358CE;
}
.BgClassName
{
background-color: #D358CE;
}
</style>
border-color css
<style>
span { border-color: #D358CE; }
span { border-color: rgb(211,88,206); }
td.TdClassName
{
border-color: #D358CE;
}
.TagClassName
{
border-color: #D358CE;
}
</style>