Html Css Color HEX #D250D0 Free Speech Magenta
📋 copy color: '#D250D0'red 210 ◦ green 80 ◦ blue 208
Shades of Free Speech Magenta #D250D0
Tints of Free Speech Magenta #D250D0
RGB
CMYK
RGB Variations
Color information
#D250D0 (or 0xD250D0) is known color: Free Speech Magenta. HEX triplet: D2, 50 and D0. RGB value is (210,80,208). Sum of RGB (Red+Green+Blue) = 210+80+208=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D250D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250D0 is #2DAF2F. Grayscale: #858585. Windows color (decimal): -2993968 or 13652178. OLE color: 13652178.
HSL color Cylindrical-coordinate representation of color #D250D0: hue angle of 300.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250D0 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 208 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.18 |
| HSL | 300.92º | 0.59% | 0.57% | - |
| HSV(B) | 300.92º | 0.62% | 0.82% | - |
| XYZ | 40.83 | 23.99 | 62.15 | - |
| YUV | 133.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 208 | 0 | 0.62 | 0.01 | 0.18 | 300.92 | 0.59 | 0.57 |
| Hex | D2 | 50 | D0 | 0 | 3E | 1 | 12 | 12D | 3B | 39 |
| Octal | 322 | 120 | 320 | 0 | 76 | 1 | 22 | 455 | 73 | 71 |
| Binary | 11010010 | 1010000 | 11010000 | 0 | 111110 | 1 | 10010 | 100101101 | 111011 | 111001 |
Color Harmonies of #D250D0
Complementary color
Monochromatic Colors of #D250D0
Black with #D250D0
Text Example
Text Example
White with #D250D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250D0; }
p { color: rgb(210,80,208); }
H1.HeaderClassName
{
color: #D250D0;
}
.AnyTagClassName
{
color: #D250D0;
}
</style>
background-color css
<style>
a { background-color: #D250D0; }
a { background-color: rgb(210,80,208); }
div.DivClassName
{
background-color: #D250D0;
}
.BgClassName
{
background-color: #D250D0;
}
</style>
border-color css
<style>
span { border-color: #D250D0; }
span { border-color: rgb(210,80,208); }
td.TdClassName
{
border-color: #D250D0;
}
.TagClassName
{
border-color: #D250D0;
}
</style>