Html Css Color HEX #D355D5 Free Speech Magenta
📋 copy color: '#D355D5'red 211 ◦ green 85 ◦ blue 213
Shades of Free Speech Magenta #D355D5
Tints of Free Speech Magenta #D355D5
RGB
CMYK
RGB Variations
Color information
#D355D5 (or 0xD355D5) is known color: Free Speech Magenta. HEX triplet: D3, 55 and D5. RGB value is (211,85,213). Sum of RGB (Red+Green+Blue) = 211+85+213=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #D355D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355D5 is #2CAA2A. Grayscale: #888888. Windows color (decimal): -2927147 or 13981139. OLE color: 13981139.
HSL color Cylindrical-coordinate representation of color #D355D5: hue angle of 299.06º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D355D5 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 85 | 213 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.16 |
| HSL | 299.06º | 0.6% | 0.58% | - |
| HSV(B) | 299.06º | 0.6% | 0.84% | - |
| XYZ | 42.12 | 25.15 | 65.59 | - |
| YUV | 137.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 213 | 0.01 | 0.60 | 0 | 0.16 | 299.06 | 0.6 | 0.58 |
| Hex | D3 | 55 | D5 | 1 | 3C | 0 | 10 | 12B | 3C | 3A |
| Octal | 323 | 125 | 325 | 1 | 74 | 0 | 20 | 453 | 74 | 72 |
| Binary | 11010011 | 1010101 | 11010101 | 1 | 111100 | 0 | 10000 | 100101011 | 111100 | 111010 |
Color Harmonies of #D355D5
Complementary color
Monochromatic Colors of #D355D5
Black with #D355D5
Text Example
Text Example
White with #D355D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355D5; }
p { color: rgb(211,85,213); }
H1.HeaderClassName
{
color: #D355D5;
}
.AnyTagClassName
{
color: #D355D5;
}
</style>
background-color css
<style>
a { background-color: #D355D5; }
a { background-color: rgb(211,85,213); }
div.DivClassName
{
background-color: #D355D5;
}
.BgClassName
{
background-color: #D355D5;
}
</style>
border-color css
<style>
span { border-color: #D355D5; }
span { border-color: rgb(211,85,213); }
td.TdClassName
{
border-color: #D355D5;
}
.TagClassName
{
border-color: #D355D5;
}
</style>