Html Css Color HEX #D250DA Free Speech Magenta
📋 copy color: '#D250DA'red 210 ◦ green 80 ◦ blue 218
Shades of Free Speech Magenta #D250DA
Tints of Free Speech Magenta #D250DA
RGB
CMYK
RGB Variations
Color information
#D250DA (or 0xD250DA) is known color: Free Speech Magenta. HEX triplet: D2, 50 and DA. RGB value is (210,80,218). Sum of RGB (Red+Green+Blue) = 210+80+218=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #D250DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250DA is #2DAF25. Grayscale: #868686. Windows color (decimal): -2993958 or 14307538. OLE color: 14307538.
HSL color Cylindrical-coordinate representation of color #D250DA: hue angle of 296.52º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D250DA is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 80 | 218 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.15 |
| HSL | 296.52º | 0.65% | 0.58% | - |
| HSV(B) | 296.52º | 0.63% | 0.85% | - |
| XYZ | 42.1 | 24.5 | 68.84 | - |
| YUV | 134.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 218 | 0.04 | 0.63 | 0 | 0.15 | 296.52 | 0.65 | 0.58 |
| Hex | D2 | 50 | DA | 4 | 3F | 0 | F | 129 | 41 | 3A |
| Octal | 322 | 120 | 332 | 4 | 77 | 0 | 17 | 451 | 101 | 72 |
| Binary | 11010010 | 1010000 | 11011010 | 100 | 111111 | 0 | 1111 | 100101001 | 1000001 | 111010 |
Color Harmonies of #D250DA
Complementary color
Monochromatic Colors of #D250DA
Black with #D250DA
Text Example
Text Example
White with #D250DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250DA; }
p { color: rgb(210,80,218); }
H1.HeaderClassName
{
color: #D250DA;
}
.AnyTagClassName
{
color: #D250DA;
}
</style>
background-color css
<style>
a { background-color: #D250DA; }
a { background-color: rgb(210,80,218); }
div.DivClassName
{
background-color: #D250DA;
}
.BgClassName
{
background-color: #D250DA;
}
</style>
border-color css
<style>
span { border-color: #D250DA; }
span { border-color: rgb(210,80,218); }
td.TdClassName
{
border-color: #D250DA;
}
.TagClassName
{
border-color: #D250DA;
}
</style>