Html Css Color HEX #D732F0 Free Speech Magenta
📋 copy color: '#D732F0'red 215 ◦ green 50 ◦ blue 240
Shades of Free Speech Magenta #D732F0
Tints of Free Speech Magenta #D732F0
RGB
CMYK
RGB Variations
Color information
#D732F0 (or 0xD732F0) is known color: Free Speech Magenta. HEX triplet: D7, 32 and F0. RGB value is (215,50,240). Sum of RGB (Red+Green+Blue) = 215+50+240=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #D732F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D732F0 is #28CD0F. Grayscale: #787878. Windows color (decimal): -2673936 or 15741655. OLE color: 15741655.
HSL color Cylindrical-coordinate representation of color #D732F0: hue angle of 292.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D732F0 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 50 | 240 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.06 |
| HSL | 292.11º | 0.86% | 0.57% | - |
| HSV(B) | 292.11º | 0.79% | 0.94% | - |
| XYZ | 44.89 | 23.02 | 84.52 | - |
| YUV | 121 | 195.16 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 240 | 0.10 | 0.79 | 0 | 0.06 | 292.11 | 0.86 | 0.57 |
| Hex | D7 | 32 | F0 | A | 4F | 0 | 6 | 124 | 56 | 39 |
| Octal | 327 | 62 | 360 | 12 | 117 | 0 | 6 | 444 | 126 | 71 |
| Binary | 11010111 | 110010 | 11110000 | 1010 | 1001111 | 0 | 110 | 100100100 | 1010110 | 111001 |
Color Harmonies of #D732F0
Complementary color
Monochromatic Colors of #D732F0
Black with #D732F0
Text Example
Text Example
White with #D732F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732F0; }
p { color: rgb(215,50,240); }
H1.HeaderClassName
{
color: #D732F0;
}
.AnyTagClassName
{
color: #D732F0;
}
</style>
background-color css
<style>
a { background-color: #D732F0; }
a { background-color: rgb(215,50,240); }
div.DivClassName
{
background-color: #D732F0;
}
.BgClassName
{
background-color: #D732F0;
}
</style>
border-color css
<style>
span { border-color: #D732F0; }
span { border-color: rgb(215,50,240); }
td.TdClassName
{
border-color: #D732F0;
}
.TagClassName
{
border-color: #D732F0;
}
</style>