Html Css Color HEX #D74AF1 Free Speech Magenta
📋 copy color: '#D74AF1'red 215 ◦ green 74 ◦ blue 241
Shades of Free Speech Magenta #D74AF1
Tints of Free Speech Magenta #D74AF1
RGB
CMYK
RGB Variations
Color information
#D74AF1 (or 0xD74AF1) is known color: Free Speech Magenta. HEX triplet: D7, 4A and F1. RGB value is (215,74,241). Sum of RGB (Red+Green+Blue) = 215+74+241=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #D74AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74AF1 is #28B50E. Grayscale: #868686. Windows color (decimal): -2667791 or 15813335. OLE color: 15813335.
HSL color Cylindrical-coordinate representation of color #D74AF1: hue angle of 290.66º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74AF1 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 74 | 241 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.05 |
| HSL | 290.66º | 0.86% | 0.62% | - |
| HSV(B) | 290.66º | 0.69% | 0.95% | - |
| XYZ | 46.35 | 25.7 | 85.74 | - |
| YUV | 135.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 241 | 0.11 | 0.69 | 0 | 0.05 | 290.66 | 0.86 | 0.62 |
| Hex | D7 | 4A | F1 | B | 45 | 0 | 5 | 123 | 56 | 3E |
| Octal | 327 | 112 | 361 | 13 | 105 | 0 | 5 | 443 | 126 | 76 |
| Binary | 11010111 | 1001010 | 11110001 | 1011 | 1000101 | 0 | 101 | 100100011 | 1010110 | 111110 |
Color Harmonies of #D74AF1
Complementary color
Monochromatic Colors of #D74AF1
Black with #D74AF1
Text Example
Text Example
White with #D74AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AF1; }
p { color: rgb(215,74,241); }
H1.HeaderClassName
{
color: #D74AF1;
}
.AnyTagClassName
{
color: #D74AF1;
}
</style>
background-color css
<style>
a { background-color: #D74AF1; }
a { background-color: rgb(215,74,241); }
div.DivClassName
{
background-color: #D74AF1;
}
.BgClassName
{
background-color: #D74AF1;
}
</style>
border-color css
<style>
span { border-color: #D74AF1; }
span { border-color: rgb(215,74,241); }
td.TdClassName
{
border-color: #D74AF1;
}
.TagClassName
{
border-color: #D74AF1;
}
</style>