Html Css Color HEX #D75DDC Free Speech Magenta
📋 copy color: '#D75DDC'red 215 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #D75DDC
Tints of Free Speech Magenta #D75DDC
RGB
CMYK
RGB Variations
Color information
#D75DDC (or 0xD75DDC) is known color: Free Speech Magenta. HEX triplet: D7, 5D and DC. RGB value is (215,93,220). Sum of RGB (Red+Green+Blue) = 215+93+220=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #D75DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DDC is #28A223. Grayscale: #8F8F8F. Windows color (decimal): -2662948 or 14441943. OLE color: 14441943.
HSL color Cylindrical-coordinate representation of color #D75DDC: hue angle of 297.64º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75DDC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 93 | 220 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.14 |
| HSL | 297.64º | 0.64% | 0.61% | - |
| HSV(B) | 297.64º | 0.58% | 0.86% | - |
| XYZ | 44.86 | 27.44 | 70.64 | - |
| YUV | 143.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 220 | 0.02 | 0.58 | 0 | 0.14 | 297.64 | 0.64 | 0.61 |
| Hex | D7 | 5D | DC | 2 | 3A | 0 | E | 12A | 40 | 3D |
| Octal | 327 | 135 | 334 | 2 | 72 | 0 | 16 | 452 | 100 | 75 |
| Binary | 11010111 | 1011101 | 11011100 | 10 | 111010 | 0 | 1110 | 100101010 | 1000000 | 111101 |
Color Harmonies of #D75DDC
Complementary color
Monochromatic Colors of #D75DDC
Black with #D75DDC
Text Example
Text Example
White with #D75DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DDC; }
p { color: rgb(215,93,220); }
H1.HeaderClassName
{
color: #D75DDC;
}
.AnyTagClassName
{
color: #D75DDC;
}
</style>
background-color css
<style>
a { background-color: #D75DDC; }
a { background-color: rgb(215,93,220); }
div.DivClassName
{
background-color: #D75DDC;
}
.BgClassName
{
background-color: #D75DDC;
}
</style>
border-color css
<style>
span { border-color: #D75DDC; }
span { border-color: rgb(215,93,220); }
td.TdClassName
{
border-color: #D75DDC;
}
.TagClassName
{
border-color: #D75DDC;
}
</style>