Html Css Color HEX #D652E1 Free Speech Magenta
📋 copy color: '#D652E1'red 214 ◦ green 82 ◦ blue 225
Shades of Free Speech Magenta #D652E1
Tints of Free Speech Magenta #D652E1
RGB
CMYK
RGB Variations
Color information
#D652E1 (or 0xD652E1) is known color: Free Speech Magenta. HEX triplet: D6, 52 and E1. RGB value is (214,82,225). Sum of RGB (Red+Green+Blue) = 214+82+225=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #D652E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652E1 is #29AD1E. Grayscale: #898989. Windows color (decimal): -2731295 or 14766806. OLE color: 14766806.
HSL color Cylindrical-coordinate representation of color #D652E1: hue angle of 295.38º 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 #D652E1 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 82 | 225 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.12 |
| HSL | 295.38º | 0.7% | 0.6% | - |
| HSV(B) | 295.38º | 0.64% | 0.88% | - |
| XYZ | 44.34 | 25.77 | 73.87 | - |
| YUV | 137.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 225 | 0.05 | 0.64 | 0 | 0.12 | 295.38 | 0.7 | 0.6 |
| Hex | D6 | 52 | E1 | 5 | 40 | 0 | C | 127 | 46 | 3C |
| Octal | 326 | 122 | 341 | 5 | 100 | 0 | 14 | 447 | 106 | 74 |
| Binary | 11010110 | 1010010 | 11100001 | 101 | 1000000 | 0 | 1100 | 100100111 | 1000110 | 111100 |
Color Harmonies of #D652E1
Complementary color
Monochromatic Colors of #D652E1
Black with #D652E1
Text Example
Text Example
White with #D652E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652E1; }
p { color: rgb(214,82,225); }
H1.HeaderClassName
{
color: #D652E1;
}
.AnyTagClassName
{
color: #D652E1;
}
</style>
background-color css
<style>
a { background-color: #D652E1; }
a { background-color: rgb(214,82,225); }
div.DivClassName
{
background-color: #D652E1;
}
.BgClassName
{
background-color: #D652E1;
}
</style>
border-color css
<style>
span { border-color: #D652E1; }
span { border-color: rgb(214,82,225); }
td.TdClassName
{
border-color: #D652E1;
}
.TagClassName
{
border-color: #D652E1;
}
</style>