Html Css Color HEX #D358CD Free Speech Magenta
📋 copy color: '#D358CD'red 211 ◦ green 88 ◦ blue 205
Shades of Free Speech Magenta #D358CD
Tints of Free Speech Magenta #D358CD
RGB
CMYK
RGB Variations
Color information
#D358CD (or 0xD358CD) is known color: Free Speech Magenta. HEX triplet: D3, 58 and CD. RGB value is (211,88,205). Sum of RGB (Red+Green+Blue) = 211+88+205=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D358CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358CD is #2CA732. Grayscale: #898989. Windows color (decimal): -2926387 or 13457619. OLE color: 13457619.
HSL color Cylindrical-coordinate representation of color #D358CD: hue angle of 302.93º 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 #D358CD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 205 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.17 |
| HSL | 302.93º | 0.58% | 0.59% | - |
| HSV(B) | 302.93º | 0.58% | 0.83% | - |
| XYZ | 41.37 | 25.24 | 60.45 | - |
| YUV | 138.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 205 | 0 | 0.58 | 0.03 | 0.17 | 302.93 | 0.58 | 0.59 |
| Hex | D3 | 58 | CD | 0 | 3A | 3 | 11 | 12F | 3A | 3B |
| Octal | 323 | 130 | 315 | 0 | 72 | 3 | 21 | 457 | 72 | 73 |
| Binary | 11010011 | 1011000 | 11001101 | 0 | 111010 | 11 | 10001 | 100101111 | 111010 | 111011 |
Color Harmonies of #D358CD
Complementary color
Monochromatic Colors of #D358CD
Black with #D358CD
Text Example
Text Example
White with #D358CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358CD; }
p { color: rgb(211,88,205); }
H1.HeaderClassName
{
color: #D358CD;
}
.AnyTagClassName
{
color: #D358CD;
}
</style>
background-color css
<style>
a { background-color: #D358CD; }
a { background-color: rgb(211,88,205); }
div.DivClassName
{
background-color: #D358CD;
}
.BgClassName
{
background-color: #D358CD;
}
</style>
border-color css
<style>
span { border-color: #D358CD; }
span { border-color: rgb(211,88,205); }
td.TdClassName
{
border-color: #D358CD;
}
.TagClassName
{
border-color: #D358CD;
}
</style>