Html Css Color HEX #D751E5 Free Speech Magenta
📋 copy color: '#D751E5'red 215 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #D751E5
Tints of Free Speech Magenta #D751E5
RGB
CMYK
RGB Variations
Color information
#D751E5 (or 0xD751E5) is known color: Free Speech Magenta. HEX triplet: D7, 51 and E5. RGB value is (215,81,229). Sum of RGB (Red+Green+Blue) = 215+81+229=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #D751E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751E5 is #28AE1A. Grayscale: #898989. Windows color (decimal): -2666011 or 15028695. OLE color: 15028695.
HSL color Cylindrical-coordinate representation of color #D751E5: hue angle of 294.32º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D751E5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 81 | 229 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.10 |
| HSL | 294.32º | 0.74% | 0.61% | - |
| HSV(B) | 294.32º | 0.65% | 0.9% | - |
| XYZ | 45.11 | 25.99 | 76.77 | - |
| YUV | 137.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 229 | 0.06 | 0.65 | 0 | 0.10 | 294.32 | 0.74 | 0.61 |
| Hex | D7 | 51 | E5 | 6 | 41 | 0 | A | 126 | 4A | 3D |
| Octal | 327 | 121 | 345 | 6 | 101 | 0 | 12 | 446 | 112 | 75 |
| Binary | 11010111 | 1010001 | 11100101 | 110 | 1000001 | 0 | 1010 | 100100110 | 1001010 | 111101 |
Color Harmonies of #D751E5
Complementary color
Monochromatic Colors of #D751E5
Black with #D751E5
Text Example
Text Example
White with #D751E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751E5; }
p { color: rgb(215,81,229); }
H1.HeaderClassName
{
color: #D751E5;
}
.AnyTagClassName
{
color: #D751E5;
}
</style>
background-color css
<style>
a { background-color: #D751E5; }
a { background-color: rgb(215,81,229); }
div.DivClassName
{
background-color: #D751E5;
}
.BgClassName
{
background-color: #D751E5;
}
</style>
border-color css
<style>
span { border-color: #D751E5; }
span { border-color: rgb(215,81,229); }
td.TdClassName
{
border-color: #D751E5;
}
.TagClassName
{
border-color: #D751E5;
}
</style>