Html Css Color HEX #D752DC Free Speech Magenta
📋 copy color: '#D752DC'red 215 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #D752DC
Tints of Free Speech Magenta #D752DC
RGB
CMYK
RGB Variations
Color information
#D752DC (or 0xD752DC) is known color: Free Speech Magenta. HEX triplet: D7, 52 and DC. RGB value is (215,82,220). Sum of RGB (Red+Green+Blue) = 215+82+220=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #D752DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752DC is #28AD23. Grayscale: #898989. Windows color (decimal): -2665764 or 14439127. OLE color: 14439127.
HSL color Cylindrical-coordinate representation of color #D752DC: hue angle of 297.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D752DC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 82 | 220 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.14 |
| HSL | 297.83º | 0.66% | 0.59% | - |
| HSV(B) | 297.83º | 0.63% | 0.86% | - |
| XYZ | 43.96 | 25.65 | 70.34 | - |
| YUV | 137.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 220 | 0.02 | 0.63 | 0 | 0.14 | 297.83 | 0.66 | 0.59 |
| Hex | D7 | 52 | DC | 2 | 3F | 0 | E | 12A | 42 | 3B |
| Octal | 327 | 122 | 334 | 2 | 77 | 0 | 16 | 452 | 102 | 73 |
| Binary | 11010111 | 1010010 | 11011100 | 10 | 111111 | 0 | 1110 | 100101010 | 1000010 | 111011 |
Color Harmonies of #D752DC
Complementary color
Monochromatic Colors of #D752DC
Black with #D752DC
Text Example
Text Example
White with #D752DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752DC; }
p { color: rgb(215,82,220); }
H1.HeaderClassName
{
color: #D752DC;
}
.AnyTagClassName
{
color: #D752DC;
}
</style>
background-color css
<style>
a { background-color: #D752DC; }
a { background-color: rgb(215,82,220); }
div.DivClassName
{
background-color: #D752DC;
}
.BgClassName
{
background-color: #D752DC;
}
</style>
border-color css
<style>
span { border-color: #D752DC; }
span { border-color: rgb(215,82,220); }
td.TdClassName
{
border-color: #D752DC;
}
.TagClassName
{
border-color: #D752DC;
}
</style>