Html Css Color HEX #D953C0 Free Speech Magenta
📋 copy color: '#D953C0'red 217 ◦ green 83 ◦ blue 192
Shades of Free Speech Magenta #D953C0
Tints of Free Speech Magenta #D953C0
RGB
CMYK
RGB Variations
Color information
#D953C0 (or 0xD953C0) is known color: Free Speech Magenta. HEX triplet: D9, 53 and C0. RGB value is (217,83,192). Sum of RGB (Red+Green+Blue) = 217+83+192=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D953C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953C0 is #26AC3F. Grayscale: #878787. Windows color (decimal): -2534464 or 12604377. OLE color: 12604377.
HSL color Cylindrical-coordinate representation of color #D953C0: hue angle of 311.19º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D953C0 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 192 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.15 |
| HSL | 311.19º | 0.64% | 0.59% | - |
| HSV(B) | 311.19º | 0.62% | 0.85% | - |
| XYZ | 41.22 | 24.74 | 52.47 | - |
| YUV | 135.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 192 | 0 | 0.62 | 0.12 | 0.15 | 311.19 | 0.64 | 0.59 |
| Hex | D9 | 53 | C0 | 0 | 3E | C | F | 137 | 40 | 3B |
| Octal | 331 | 123 | 300 | 0 | 76 | 14 | 17 | 467 | 100 | 73 |
| Binary | 11011001 | 1010011 | 11000000 | 0 | 111110 | 1100 | 1111 | 100110111 | 1000000 | 111011 |
Color Harmonies of #D953C0
Complementary color
Monochromatic Colors of #D953C0
Black with #D953C0
Text Example
Text Example
White with #D953C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953C0; }
p { color: rgb(217,83,192); }
H1.HeaderClassName
{
color: #D953C0;
}
.AnyTagClassName
{
color: #D953C0;
}
</style>
background-color css
<style>
a { background-color: #D953C0; }
a { background-color: rgb(217,83,192); }
div.DivClassName
{
background-color: #D953C0;
}
.BgClassName
{
background-color: #D953C0;
}
</style>
border-color css
<style>
span { border-color: #D953C0; }
span { border-color: rgb(217,83,192); }
td.TdClassName
{
border-color: #D953C0;
}
.TagClassName
{
border-color: #D953C0;
}
</style>