Html Css Color HEX #D747DC Free Speech Magenta
📋 copy color: '#D747DC'red 215 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #D747DC
Tints of Free Speech Magenta #D747DC
RGB
CMYK
RGB Variations
Color information
#D747DC (or 0xD747DC) is known color: Free Speech Magenta. HEX triplet: D7, 47 and DC. RGB value is (215,71,220). Sum of RGB (Red+Green+Blue) = 215+71+220=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #D747DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747DC is #28B823. Grayscale: #828282. Windows color (decimal): -2668580 or 14436311. OLE color: 14436311.
HSL color Cylindrical-coordinate representation of color #D747DC: hue angle of 297.99º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D747DC is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 71 | 220 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.14 |
| HSL | 297.99º | 0.68% | 0.57% | - |
| HSV(B) | 297.99º | 0.68% | 0.86% | - |
| XYZ | 43.2 | 24.12 | 70.09 | - |
| YUV | 131.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 220 | 0.02 | 0.68 | 0 | 0.14 | 297.99 | 0.68 | 0.57 |
| Hex | D7 | 47 | DC | 2 | 44 | 0 | E | 12A | 44 | 39 |
| Octal | 327 | 107 | 334 | 2 | 104 | 0 | 16 | 452 | 104 | 71 |
| Binary | 11010111 | 1000111 | 11011100 | 10 | 1000100 | 0 | 1110 | 100101010 | 1000100 | 111001 |
Color Harmonies of #D747DC
Complementary color
Monochromatic Colors of #D747DC
Black with #D747DC
Text Example
Text Example
White with #D747DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D747DC; }
p { color: rgb(215,71,220); }
H1.HeaderClassName
{
color: #D747DC;
}
.AnyTagClassName
{
color: #D747DC;
}
</style>
background-color css
<style>
a { background-color: #D747DC; }
a { background-color: rgb(215,71,220); }
div.DivClassName
{
background-color: #D747DC;
}
.BgClassName
{
background-color: #D747DC;
}
</style>
border-color css
<style>
span { border-color: #D747DC; }
span { border-color: rgb(215,71,220); }
td.TdClassName
{
border-color: #D747DC;
}
.TagClassName
{
border-color: #D747DC;
}
</style>