Html Css Color HEX #D256EE Free Speech Magenta
📋 copy color: '#D256EE'red 210 ◦ green 86 ◦ blue 238
Shades of Free Speech Magenta #D256EE
Tints of Free Speech Magenta #D256EE
RGB
CMYK
RGB Variations
Color information
#D256EE (or 0xD256EE) is known color: Free Speech Magenta. HEX triplet: D2, 56 and EE. RGB value is (210,86,238). Sum of RGB (Red+Green+Blue) = 210+86+238=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #D256EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256EE is #2DA911. Grayscale: #8B8B8B. Windows color (decimal): -2992402 or 15619794. OLE color: 15619794.
HSL color Cylindrical-coordinate representation of color #D256EE: hue angle of 288.95º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D256EE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 86 | 238 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.07 |
| HSL | 288.95º | 0.82% | 0.64% | - |
| HSV(B) | 288.95º | 0.64% | 0.93% | - |
| XYZ | 45.34 | 26.53 | 83.62 | - |
| YUV | 140.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 238 | 0.12 | 0.64 | 0 | 0.07 | 288.95 | 0.82 | 0.64 |
| Hex | D2 | 56 | EE | C | 40 | 0 | 7 | 121 | 52 | 40 |
| Octal | 322 | 126 | 356 | 14 | 100 | 0 | 7 | 441 | 122 | 100 |
| Binary | 11010010 | 1010110 | 11101110 | 1100 | 1000000 | 0 | 111 | 100100001 | 1010010 | 1000000 |
Color Harmonies of #D256EE
Complementary color
Monochromatic Colors of #D256EE
Black with #D256EE
Text Example
Text Example
White with #D256EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256EE; }
p { color: rgb(210,86,238); }
H1.HeaderClassName
{
color: #D256EE;
}
.AnyTagClassName
{
color: #D256EE;
}
</style>
background-color css
<style>
a { background-color: #D256EE; }
a { background-color: rgb(210,86,238); }
div.DivClassName
{
background-color: #D256EE;
}
.BgClassName
{
background-color: #D256EE;
}
</style>
border-color css
<style>
span { border-color: #D256EE; }
span { border-color: rgb(210,86,238); }
td.TdClassName
{
border-color: #D256EE;
}
.TagClassName
{
border-color: #D256EE;
}
</style>