Html Css Color HEX #D256CE Free Speech Magenta
📋 copy color: '#D256CE'red 210 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #D256CE
Tints of Free Speech Magenta #D256CE
RGB
CMYK
RGB Variations
Color information
#D256CE (or 0xD256CE) is known color: Free Speech Magenta. HEX triplet: D2, 56 and CE. RGB value is (210,86,206). Sum of RGB (Red+Green+Blue) = 210+86+206=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D256CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256CE is #2DA931. Grayscale: #888888. Windows color (decimal): -2992434 or 13522642. OLE color: 13522642.
HSL color Cylindrical-coordinate representation of color #D256CE: hue angle of 301.94º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D256CE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 206 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.18 |
| HSL | 301.94º | 0.58% | 0.58% | - |
| HSV(B) | 301.94º | 0.59% | 0.82% | - |
| XYZ | 41.05 | 24.81 | 61.02 | - |
| YUV | 136.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 206 | 0 | 0.59 | 0.02 | 0.18 | 301.94 | 0.58 | 0.58 |
| Hex | D2 | 56 | CE | 0 | 3B | 2 | 12 | 12E | 3A | 3A |
| Octal | 322 | 126 | 316 | 0 | 73 | 2 | 22 | 456 | 72 | 72 |
| Binary | 11010010 | 1010110 | 11001110 | 0 | 111011 | 10 | 10010 | 100101110 | 111010 | 111010 |
Color Harmonies of #D256CE
Complementary color
Monochromatic Colors of #D256CE
Black with #D256CE
Text Example
Text Example
White with #D256CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256CE; }
p { color: rgb(210,86,206); }
H1.HeaderClassName
{
color: #D256CE;
}
.AnyTagClassName
{
color: #D256CE;
}
</style>
background-color css
<style>
a { background-color: #D256CE; }
a { background-color: rgb(210,86,206); }
div.DivClassName
{
background-color: #D256CE;
}
.BgClassName
{
background-color: #D256CE;
}
</style>
border-color css
<style>
span { border-color: #D256CE; }
span { border-color: rgb(210,86,206); }
td.TdClassName
{
border-color: #D256CE;
}
.TagClassName
{
border-color: #D256CE;
}
</style>