Html Css Color HEX #D256E0 Free Speech Magenta
📋 copy color: '#D256E0'red 210 ◦ green 86 ◦ blue 224
Shades of Free Speech Magenta #D256E0
Tints of Free Speech Magenta #D256E0
RGB
CMYK
RGB Variations
Color information
#D256E0 (or 0xD256E0) is known color: Free Speech Magenta. HEX triplet: D2, 56 and E0. RGB value is (210,86,224). Sum of RGB (Red+Green+Blue) = 210+86+224=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #D256E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256E0 is #2DA91F. Grayscale: #8A8A8A. Windows color (decimal): -2992416 or 14702290. OLE color: 14702290.
HSL color Cylindrical-coordinate representation of color #D256E0: hue angle of 293.91º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D256E0 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 86 | 224 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.12 |
| HSL | 293.91º | 0.69% | 0.61% | - |
| HSV(B) | 293.91º | 0.62% | 0.88% | - |
| XYZ | 43.36 | 25.74 | 73.2 | - |
| YUV | 138.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 224 | 0.06 | 0.62 | 0 | 0.12 | 293.91 | 0.69 | 0.61 |
| Hex | D2 | 56 | E0 | 6 | 3E | 0 | C | 126 | 45 | 3D |
| Octal | 322 | 126 | 340 | 6 | 76 | 0 | 14 | 446 | 105 | 75 |
| Binary | 11010010 | 1010110 | 11100000 | 110 | 111110 | 0 | 1100 | 100100110 | 1000101 | 111101 |
Color Harmonies of #D256E0
Complementary color
Monochromatic Colors of #D256E0
Black with #D256E0
Text Example
Text Example
White with #D256E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256E0; }
p { color: rgb(210,86,224); }
H1.HeaderClassName
{
color: #D256E0;
}
.AnyTagClassName
{
color: #D256E0;
}
</style>
background-color css
<style>
a { background-color: #D256E0; }
a { background-color: rgb(210,86,224); }
div.DivClassName
{
background-color: #D256E0;
}
.BgClassName
{
background-color: #D256E0;
}
</style>
border-color css
<style>
span { border-color: #D256E0; }
span { border-color: rgb(210,86,224); }
td.TdClassName
{
border-color: #D256E0;
}
.TagClassName
{
border-color: #D256E0;
}
</style>