Html Css Color HEX #D93AF2 Free Speech Magenta
📋 copy color: '#D93AF2'red 217 ◦ green 58 ◦ blue 242
Shades of Free Speech Magenta #D93AF2
Tints of Free Speech Magenta #D93AF2
RGB
CMYK
RGB Variations
Color information
#D93AF2 (or 0xD93AF2) is known color: Free Speech Magenta. HEX triplet: D9, 3A and F2. RGB value is (217,58,242). Sum of RGB (Red+Green+Blue) = 217+58+242=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #D93AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93AF2 is #26C50D. Grayscale: #7D7D7D. Windows color (decimal): -2540814 or 15874777. OLE color: 15874777.
HSL color Cylindrical-coordinate representation of color #D93AF2: hue angle of 291.85º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93AF2 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 58 | 242 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.05 |
| HSL | 291.85º | 0.88% | 0.59% | - |
| HSV(B) | 291.85º | 0.76% | 0.95% | - |
| XYZ | 46.16 | 24.19 | 86.24 | - |
| YUV | 126.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 242 | 0.10 | 0.76 | 0 | 0.05 | 291.85 | 0.88 | 0.59 |
| Hex | D9 | 3A | F2 | A | 4C | 0 | 5 | 124 | 58 | 3B |
| Octal | 331 | 72 | 362 | 12 | 114 | 0 | 5 | 444 | 130 | 73 |
| Binary | 11011001 | 111010 | 11110010 | 1010 | 1001100 | 0 | 101 | 100100100 | 1011000 | 111011 |
Color Harmonies of #D93AF2
Complementary color
Monochromatic Colors of #D93AF2
Black with #D93AF2
Text Example
Text Example
White with #D93AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93AF2; }
p { color: rgb(217,58,242); }
H1.HeaderClassName
{
color: #D93AF2;
}
.AnyTagClassName
{
color: #D93AF2;
}
</style>
background-color css
<style>
a { background-color: #D93AF2; }
a { background-color: rgb(217,58,242); }
div.DivClassName
{
background-color: #D93AF2;
}
.BgClassName
{
background-color: #D93AF2;
}
</style>
border-color css
<style>
span { border-color: #D93AF2; }
span { border-color: rgb(217,58,242); }
td.TdClassName
{
border-color: #D93AF2;
}
.TagClassName
{
border-color: #D93AF2;
}
</style>