Html Css Color HEX #D754DC Free Speech Magenta
📋 copy color: '#D754DC'red 215 ◦ green 84 ◦ blue 220
Shades of Free Speech Magenta #D754DC
Tints of Free Speech Magenta #D754DC
RGB
CMYK
RGB Variations
Color information
#D754DC (or 0xD754DC) is known color: Free Speech Magenta. HEX triplet: D7, 54 and DC. RGB value is (215,84,220). Sum of RGB (Red+Green+Blue) = 215+84+220=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #D754DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754DC is #28AB23. Grayscale: #8A8A8A. Windows color (decimal): -2665252 or 14439639. OLE color: 14439639.
HSL color Cylindrical-coordinate representation of color #D754DC: hue angle of 297.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D754DC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 84 | 220 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.14 |
| HSL | 297.79º | 0.66% | 0.6% | - |
| HSV(B) | 297.79º | 0.62% | 0.86% | - |
| XYZ | 44.11 | 25.96 | 70.39 | - |
| YUV | 138.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 220 | 0.02 | 0.62 | 0 | 0.14 | 297.79 | 0.66 | 0.6 |
| Hex | D7 | 54 | DC | 2 | 3E | 0 | E | 12A | 42 | 3C |
| Octal | 327 | 124 | 334 | 2 | 76 | 0 | 16 | 452 | 102 | 74 |
| Binary | 11010111 | 1010100 | 11011100 | 10 | 111110 | 0 | 1110 | 100101010 | 1000010 | 111100 |
Color Harmonies of #D754DC
Complementary color
Monochromatic Colors of #D754DC
Black with #D754DC
Text Example
Text Example
White with #D754DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754DC; }
p { color: rgb(215,84,220); }
H1.HeaderClassName
{
color: #D754DC;
}
.AnyTagClassName
{
color: #D754DC;
}
</style>
background-color css
<style>
a { background-color: #D754DC; }
a { background-color: rgb(215,84,220); }
div.DivClassName
{
background-color: #D754DC;
}
.BgClassName
{
background-color: #D754DC;
}
</style>
border-color css
<style>
span { border-color: #D754DC; }
span { border-color: rgb(215,84,220); }
td.TdClassName
{
border-color: #D754DC;
}
.TagClassName
{
border-color: #D754DC;
}
</style>