Html Css Color HEX #D752E1 Free Speech Magenta
📋 copy color: '#D752E1'red 215 ◦ green 82 ◦ blue 225
Shades of Free Speech Magenta #D752E1
Tints of Free Speech Magenta #D752E1
RGB
CMYK
RGB Variations
Color information
#D752E1 (or 0xD752E1) is known color: Free Speech Magenta. HEX triplet: D7, 52 and E1. RGB value is (215,82,225). Sum of RGB (Red+Green+Blue) = 215+82+225=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #D752E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752E1 is #28AD1E. Grayscale: #898989. Windows color (decimal): -2665759 or 14766807. OLE color: 14766807.
HSL color Cylindrical-coordinate representation of color #D752E1: hue angle of 295.8º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D752E1 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 82 | 225 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.12 |
| HSL | 295.8º | 0.7% | 0.6% | - |
| HSV(B) | 295.8º | 0.64% | 0.88% | - |
| XYZ | 44.63 | 25.92 | 73.88 | - |
| YUV | 138.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 225 | 0.04 | 0.64 | 0 | 0.12 | 295.8 | 0.7 | 0.6 |
| Hex | D7 | 52 | E1 | 4 | 40 | 0 | C | 128 | 46 | 3C |
| Octal | 327 | 122 | 341 | 4 | 100 | 0 | 14 | 450 | 106 | 74 |
| Binary | 11010111 | 1010010 | 11100001 | 100 | 1000000 | 0 | 1100 | 100101000 | 1000110 | 111100 |
Color Harmonies of #D752E1
Complementary color
Monochromatic Colors of #D752E1
Black with #D752E1
Text Example
Text Example
White with #D752E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752E1; }
p { color: rgb(215,82,225); }
H1.HeaderClassName
{
color: #D752E1;
}
.AnyTagClassName
{
color: #D752E1;
}
</style>
background-color css
<style>
a { background-color: #D752E1; }
a { background-color: rgb(215,82,225); }
div.DivClassName
{
background-color: #D752E1;
}
.BgClassName
{
background-color: #D752E1;
}
</style>
border-color css
<style>
span { border-color: #D752E1; }
span { border-color: rgb(215,82,225); }
td.TdClassName
{
border-color: #D752E1;
}
.TagClassName
{
border-color: #D752E1;
}
</style>