Html Css Color HEX #D256DB Free Speech Magenta
📋 copy color: '#D256DB'red 210 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #D256DB
Tints of Free Speech Magenta #D256DB
RGB
CMYK
RGB Variations
Color information
#D256DB (or 0xD256DB) is known color: Free Speech Magenta. HEX triplet: D2, 56 and DB. RGB value is (210,86,219). Sum of RGB (Red+Green+Blue) = 210+86+219=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D256DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256DB is #2DA924. Grayscale: #898989. Windows color (decimal): -2992421 or 14374610. OLE color: 14374610.
HSL color Cylindrical-coordinate representation of color #D256DB: hue angle of 295.94º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D256DB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 86 | 219 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.14 |
| HSL | 295.94º | 0.65% | 0.6% | - |
| HSV(B) | 295.94º | 0.61% | 0.86% | - |
| XYZ | 42.69 | 25.47 | 69.68 | - |
| YUV | 138.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 219 | 0.04 | 0.61 | 0 | 0.14 | 295.94 | 0.65 | 0.6 |
| Hex | D2 | 56 | DB | 4 | 3D | 0 | E | 128 | 41 | 3C |
| Octal | 322 | 126 | 333 | 4 | 75 | 0 | 16 | 450 | 101 | 74 |
| Binary | 11010010 | 1010110 | 11011011 | 100 | 111101 | 0 | 1110 | 100101000 | 1000001 | 111100 |
Color Harmonies of #D256DB
Complementary color
Monochromatic Colors of #D256DB
Black with #D256DB
Text Example
Text Example
White with #D256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256DB; }
p { color: rgb(210,86,219); }
H1.HeaderClassName
{
color: #D256DB;
}
.AnyTagClassName
{
color: #D256DB;
}
</style>
background-color css
<style>
a { background-color: #D256DB; }
a { background-color: rgb(210,86,219); }
div.DivClassName
{
background-color: #D256DB;
}
.BgClassName
{
background-color: #D256DB;
}
</style>
border-color css
<style>
span { border-color: #D256DB; }
span { border-color: rgb(210,86,219); }
td.TdClassName
{
border-color: #D256DB;
}
.TagClassName
{
border-color: #D256DB;
}
</style>