Html Css Color HEX #D860D4 Free Speech Magenta
📋 copy color: '#D860D4'red 216 ◦ green 96 ◦ blue 212
Shades of Free Speech Magenta #D860D4
Tints of Free Speech Magenta #D860D4
RGB
CMYK
RGB Variations
Color information
#D860D4 (or 0xD860D4) is known color: Free Speech Magenta. HEX triplet: D8, 60 and D4. RGB value is (216,96,212). Sum of RGB (Red+Green+Blue) = 216+96+212=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D860D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860D4 is #279F2B. Grayscale: #909090. Windows color (decimal): -2596652 or 13918424. OLE color: 13918424.
HSL color Cylindrical-coordinate representation of color #D860D4: hue angle of 302º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D860D4 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 212 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.15 |
| HSL | 302º | 0.61% | 0.61% | - |
| HSV(B) | 302º | 0.56% | 0.85% | - |
| XYZ | 44.39 | 27.72 | 65.3 | - |
| YUV | 145.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 212 | 0 | 0.56 | 0.02 | 0.15 | 302 | 0.61 | 0.61 |
| Hex | D8 | 60 | D4 | 0 | 38 | 2 | F | 12E | 3D | 3D |
| Octal | 330 | 140 | 324 | 0 | 70 | 2 | 17 | 456 | 75 | 75 |
| Binary | 11011000 | 1100000 | 11010100 | 0 | 111000 | 10 | 1111 | 100101110 | 111101 | 111101 |
Color Harmonies of #D860D4
Complementary color
Monochromatic Colors of #D860D4
Black with #D860D4
Text Example
Text Example
White with #D860D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860D4; }
p { color: rgb(216,96,212); }
H1.HeaderClassName
{
color: #D860D4;
}
.AnyTagClassName
{
color: #D860D4;
}
</style>
background-color css
<style>
a { background-color: #D860D4; }
a { background-color: rgb(216,96,212); }
div.DivClassName
{
background-color: #D860D4;
}
.BgClassName
{
background-color: #D860D4;
}
</style>
border-color css
<style>
span { border-color: #D860D4; }
span { border-color: rgb(216,96,212); }
td.TdClassName
{
border-color: #D860D4;
}
.TagClassName
{
border-color: #D860D4;
}
</style>