Html Css Color HEX #D353CD Free Speech Magenta
📋 copy color: '#D353CD'red 211 ◦ green 83 ◦ blue 205
Shades of Free Speech Magenta #D353CD
Tints of Free Speech Magenta #D353CD
RGB
CMYK
RGB Variations
Color information
#D353CD (or 0xD353CD) is known color: Free Speech Magenta. HEX triplet: D3, 53 and CD. RGB value is (211,83,205). Sum of RGB (Red+Green+Blue) = 211+83+205=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D353CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353CD is #2CAC32. Grayscale: #868686. Windows color (decimal): -2927667 or 13456339. OLE color: 13456339.
HSL color Cylindrical-coordinate representation of color #D353CD: hue angle of 302.81º 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 #D353CD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 205 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.17 |
| HSL | 302.81º | 0.59% | 0.58% | - |
| HSV(B) | 302.81º | 0.61% | 0.83% | - |
| XYZ | 40.98 | 24.44 | 60.32 | - |
| YUV | 135.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 205 | 0 | 0.61 | 0.03 | 0.17 | 302.81 | 0.59 | 0.58 |
| Hex | D3 | 53 | CD | 0 | 3D | 3 | 11 | 12F | 3B | 3A |
| Octal | 323 | 123 | 315 | 0 | 75 | 3 | 21 | 457 | 73 | 72 |
| Binary | 11010011 | 1010011 | 11001101 | 0 | 111101 | 11 | 10001 | 100101111 | 111011 | 111010 |
Color Harmonies of #D353CD
Complementary color
Monochromatic Colors of #D353CD
Black with #D353CD
Text Example
Text Example
White with #D353CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353CD; }
p { color: rgb(211,83,205); }
H1.HeaderClassName
{
color: #D353CD;
}
.AnyTagClassName
{
color: #D353CD;
}
</style>
background-color css
<style>
a { background-color: #D353CD; }
a { background-color: rgb(211,83,205); }
div.DivClassName
{
background-color: #D353CD;
}
.BgClassName
{
background-color: #D353CD;
}
</style>
border-color css
<style>
span { border-color: #D353CD; }
span { border-color: rgb(211,83,205); }
td.TdClassName
{
border-color: #D353CD;
}
.TagClassName
{
border-color: #D353CD;
}
</style>