Html Css Color HEX #D652DF Free Speech Magenta
📋 copy color: '#D652DF'red 214 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #D652DF
Tints of Free Speech Magenta #D652DF
RGB
CMYK
RGB Variations
Color information
#D652DF (or 0xD652DF) is known color: Free Speech Magenta. HEX triplet: D6, 52 and DF. RGB value is (214,82,223). Sum of RGB (Red+Green+Blue) = 214+82+223=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #D652DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652DF is #29AD20. Grayscale: #898989. Windows color (decimal): -2731297 or 14635734. OLE color: 14635734.
HSL color Cylindrical-coordinate representation of color #D652DF: hue angle of 296.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D652DF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 82 | 223 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.13 |
| HSL | 296.17º | 0.69% | 0.6% | - |
| HSV(B) | 296.17º | 0.63% | 0.87% | - |
| XYZ | 44.07 | 25.66 | 72.44 | - |
| YUV | 137.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 223 | 0.04 | 0.63 | 0 | 0.13 | 296.17 | 0.69 | 0.6 |
| Hex | D6 | 52 | DF | 4 | 3F | 0 | D | 128 | 45 | 3C |
| Octal | 326 | 122 | 337 | 4 | 77 | 0 | 15 | 450 | 105 | 74 |
| Binary | 11010110 | 1010010 | 11011111 | 100 | 111111 | 0 | 1101 | 100101000 | 1000101 | 111100 |
Color Harmonies of #D652DF
Complementary color
Monochromatic Colors of #D652DF
Black with #D652DF
Text Example
Text Example
White with #D652DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652DF; }
p { color: rgb(214,82,223); }
H1.HeaderClassName
{
color: #D652DF;
}
.AnyTagClassName
{
color: #D652DF;
}
</style>
background-color css
<style>
a { background-color: #D652DF; }
a { background-color: rgb(214,82,223); }
div.DivClassName
{
background-color: #D652DF;
}
.BgClassName
{
background-color: #D652DF;
}
</style>
border-color css
<style>
span { border-color: #D652DF; }
span { border-color: rgb(214,82,223); }
td.TdClassName
{
border-color: #D652DF;
}
.TagClassName
{
border-color: #D652DF;
}
</style>