Html Css Color HEX #D747F0 Free Speech Magenta
📋 copy color: '#D747F0'red 215 ◦ green 71 ◦ blue 240
Shades of Free Speech Magenta #D747F0
Tints of Free Speech Magenta #D747F0
RGB
CMYK
RGB Variations
Color information
#D747F0 (or 0xD747F0) is known color: Free Speech Magenta. HEX triplet: D7, 47 and F0. RGB value is (215,71,240). Sum of RGB (Red+Green+Blue) = 215+71+240=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 71 (28.12% from 255 or 13.50% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #D747F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D747F0 is #28B80F. Grayscale: #848484. Windows color (decimal): -2668560 or 15747031. OLE color: 15747031.
HSL color Cylindrical-coordinate representation of color #D747F0: hue angle of 291.12º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D747F0 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 71 | 240 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.06 |
| HSL | 291.12º | 0.85% | 0.61% | - |
| HSV(B) | 291.12º | 0.7% | 0.94% | - |
| XYZ | 46.01 | 25.24 | 84.89 | - |
| YUV | 133.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 240 | 0.10 | 0.70 | 0 | 0.06 | 291.12 | 0.85 | 0.61 |
| Hex | D7 | 47 | F0 | A | 46 | 0 | 6 | 123 | 55 | 3D |
| Octal | 327 | 107 | 360 | 12 | 106 | 0 | 6 | 443 | 125 | 75 |
| Binary | 11010111 | 1000111 | 11110000 | 1010 | 1000110 | 0 | 110 | 100100011 | 1010101 | 111101 |
Color Harmonies of #D747F0
Complementary color
Monochromatic Colors of #D747F0
Black with #D747F0
Text Example
Text Example
White with #D747F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D747F0; }
p { color: rgb(215,71,240); }
H1.HeaderClassName
{
color: #D747F0;
}
.AnyTagClassName
{
color: #D747F0;
}
</style>
background-color css
<style>
a { background-color: #D747F0; }
a { background-color: rgb(215,71,240); }
div.DivClassName
{
background-color: #D747F0;
}
.BgClassName
{
background-color: #D747F0;
}
</style>
border-color css
<style>
span { border-color: #D747F0; }
span { border-color: rgb(215,71,240); }
td.TdClassName
{
border-color: #D747F0;
}
.TagClassName
{
border-color: #D747F0;
}
</style>