Html Css Color HEX #D75ADC Free Speech Magenta
📋 copy color: '#D75ADC'red 215 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #D75ADC
Tints of Free Speech Magenta #D75ADC
RGB
CMYK
RGB Variations
Color information
#D75ADC (or 0xD75ADC) is known color: Free Speech Magenta. HEX triplet: D7, 5A and DC. RGB value is (215,90,220). Sum of RGB (Red+Green+Blue) = 215+90+220=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #D75ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ADC is #28A523. Grayscale: #8D8D8D. Windows color (decimal): -2663716 or 14441175. OLE color: 14441175.
HSL color Cylindrical-coordinate representation of color #D75ADC: hue angle of 297.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75ADC is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 90 | 220 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.14 |
| HSL | 297.69º | 0.65% | 0.61% | - |
| HSV(B) | 297.69º | 0.59% | 0.86% | - |
| XYZ | 44.6 | 26.93 | 70.56 | - |
| YUV | 142.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 220 | 0.02 | 0.59 | 0 | 0.14 | 297.69 | 0.65 | 0.61 |
| Hex | D7 | 5A | DC | 2 | 3B | 0 | E | 12A | 41 | 3D |
| Octal | 327 | 132 | 334 | 2 | 73 | 0 | 16 | 452 | 101 | 75 |
| Binary | 11010111 | 1011010 | 11011100 | 10 | 111011 | 0 | 1110 | 100101010 | 1000001 | 111101 |
Color Harmonies of #D75ADC
Complementary color
Monochromatic Colors of #D75ADC
Black with #D75ADC
Text Example
Text Example
White with #D75ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75ADC; }
p { color: rgb(215,90,220); }
H1.HeaderClassName
{
color: #D75ADC;
}
.AnyTagClassName
{
color: #D75ADC;
}
</style>
background-color css
<style>
a { background-color: #D75ADC; }
a { background-color: rgb(215,90,220); }
div.DivClassName
{
background-color: #D75ADC;
}
.BgClassName
{
background-color: #D75ADC;
}
</style>
border-color css
<style>
span { border-color: #D75ADC; }
span { border-color: rgb(215,90,220); }
td.TdClassName
{
border-color: #D75ADC;
}
.TagClassName
{
border-color: #D75ADC;
}
</style>