Html Css Color HEX #D534F0 Free Speech Magenta
📋 copy color: '#D534F0'red 213 ◦ green 52 ◦ blue 240
Shades of Free Speech Magenta #D534F0
Tints of Free Speech Magenta #D534F0
RGB
CMYK
RGB Variations
Color information
#D534F0 (or 0xD534F0) is known color: Free Speech Magenta. HEX triplet: D5, 34 and F0. RGB value is (213,52,240). Sum of RGB (Red+Green+Blue) = 213+52+240=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 52 (20.70% from 255 or 10.30% 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 #D534F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534F0 is #2ACB0F. Grayscale: #787878. Windows color (decimal): -2804496 or 15742165. OLE color: 15742165.
HSL color Cylindrical-coordinate representation of color #D534F0: hue angle of 291.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D534F0 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 52 | 240 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.06 |
| HSL | 291.38º | 0.86% | 0.57% | - |
| HSV(B) | 291.38º | 0.78% | 0.94% | - |
| XYZ | 44.4 | 22.89 | 84.52 | - |
| YUV | 121.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 240 | 0.11 | 0.78 | 0 | 0.06 | 291.38 | 0.86 | 0.57 |
| Hex | D5 | 34 | F0 | B | 4E | 0 | 6 | 123 | 56 | 39 |
| Octal | 325 | 64 | 360 | 13 | 116 | 0 | 6 | 443 | 126 | 71 |
| Binary | 11010101 | 110100 | 11110000 | 1011 | 1001110 | 0 | 110 | 100100011 | 1010110 | 111001 |
Color Harmonies of #D534F0
Complementary color
Monochromatic Colors of #D534F0
Black with #D534F0
Text Example
Text Example
White with #D534F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534F0; }
p { color: rgb(213,52,240); }
H1.HeaderClassName
{
color: #D534F0;
}
.AnyTagClassName
{
color: #D534F0;
}
</style>
background-color css
<style>
a { background-color: #D534F0; }
a { background-color: rgb(213,52,240); }
div.DivClassName
{
background-color: #D534F0;
}
.BgClassName
{
background-color: #D534F0;
}
</style>
border-color css
<style>
span { border-color: #D534F0; }
span { border-color: rgb(213,52,240); }
td.TdClassName
{
border-color: #D534F0;
}
.TagClassName
{
border-color: #D534F0;
}
</style>