Html Css Color HEX #D75FDC Free Speech Magenta
📋 copy color: '#D75FDC'red 215 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #D75FDC
Tints of Free Speech Magenta #D75FDC
RGB
CMYK
RGB Variations
Color information
#D75FDC (or 0xD75FDC) is known color: Free Speech Magenta. HEX triplet: D7, 5F and DC. RGB value is (215,95,220). Sum of RGB (Red+Green+Blue) = 215+95+220=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #D75FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FDC is #28A023. Grayscale: #909090. Windows color (decimal): -2662436 or 14442455. OLE color: 14442455.
HSL color Cylindrical-coordinate representation of color #D75FDC: hue angle of 297.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75FDC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 95 | 220 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.14 |
| HSL | 297.6º | 0.64% | 0.62% | - |
| HSV(B) | 297.6º | 0.57% | 0.86% | - |
| XYZ | 45.03 | 27.8 | 70.7 | - |
| YUV | 145.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 220 | 0.02 | 0.57 | 0 | 0.14 | 297.6 | 0.64 | 0.62 |
| Hex | D7 | 5F | DC | 2 | 39 | 0 | E | 12A | 40 | 3E |
| Octal | 327 | 137 | 334 | 2 | 71 | 0 | 16 | 452 | 100 | 76 |
| Binary | 11010111 | 1011111 | 11011100 | 10 | 111001 | 0 | 1110 | 100101010 | 1000000 | 111110 |
Color Harmonies of #D75FDC
Complementary color
Monochromatic Colors of #D75FDC
Black with #D75FDC
Text Example
Text Example
White with #D75FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75FDC; }
p { color: rgb(215,95,220); }
H1.HeaderClassName
{
color: #D75FDC;
}
.AnyTagClassName
{
color: #D75FDC;
}
</style>
background-color css
<style>
a { background-color: #D75FDC; }
a { background-color: rgb(215,95,220); }
div.DivClassName
{
background-color: #D75FDC;
}
.BgClassName
{
background-color: #D75FDC;
}
</style>
border-color css
<style>
span { border-color: #D75FDC; }
span { border-color: rgb(215,95,220); }
td.TdClassName
{
border-color: #D75FDC;
}
.TagClassName
{
border-color: #D75FDC;
}
</style>