Html Css Color HEX #D954E6 Free Speech Magenta
📋 copy color: '#D954E6'red 217 ◦ green 84 ◦ blue 230
Shades of Free Speech Magenta #D954E6
Tints of Free Speech Magenta #D954E6
RGB
CMYK
RGB Variations
Color information
#D954E6 (or 0xD954E6) is known color: Free Speech Magenta. HEX triplet: D9, 54 and E6. RGB value is (217,84,230). Sum of RGB (Red+Green+Blue) = 217+84+230=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #D954E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954E6 is #26AB19. Grayscale: #8B8B8B. Windows color (decimal): -2534170 or 15095001. OLE color: 15095001.
HSL color Cylindrical-coordinate representation of color #D954E6: hue angle of 294.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D954E6 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 84 | 230 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.10 |
| HSL | 294.66º | 0.74% | 0.62% | - |
| HSV(B) | 294.66º | 0.63% | 0.9% | - |
| XYZ | 46.07 | 26.81 | 77.61 | - |
| YUV | 140.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 230 | 0.06 | 0.63 | 0 | 0.10 | 294.66 | 0.74 | 0.62 |
| Hex | D9 | 54 | E6 | 6 | 3F | 0 | A | 127 | 4A | 3E |
| Octal | 331 | 124 | 346 | 6 | 77 | 0 | 12 | 447 | 112 | 76 |
| Binary | 11011001 | 1010100 | 11100110 | 110 | 111111 | 0 | 1010 | 100100111 | 1001010 | 111110 |
Color Harmonies of #D954E6
Complementary color
Monochromatic Colors of #D954E6
Black with #D954E6
Text Example
Text Example
White with #D954E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954E6; }
p { color: rgb(217,84,230); }
H1.HeaderClassName
{
color: #D954E6;
}
.AnyTagClassName
{
color: #D954E6;
}
</style>
background-color css
<style>
a { background-color: #D954E6; }
a { background-color: rgb(217,84,230); }
div.DivClassName
{
background-color: #D954E6;
}
.BgClassName
{
background-color: #D954E6;
}
</style>
border-color css
<style>
span { border-color: #D954E6; }
span { border-color: rgb(217,84,230); }
td.TdClassName
{
border-color: #D954E6;
}
.TagClassName
{
border-color: #D954E6;
}
</style>