Html Css Color HEX #D250DC Free Speech Magenta
📋 copy color: '#D250DC'red 210 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #D250DC
Tints of Free Speech Magenta #D250DC
RGB
CMYK
RGB Variations
Color information
#D250DC (or 0xD250DC) is known color: Free Speech Magenta. HEX triplet: D2, 50 and DC. RGB value is (210,80,220). Sum of RGB (Red+Green+Blue) = 210+80+220=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #D250DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250DC is #2DAF23. Grayscale: #868686. Windows color (decimal): -2993956 or 14438610. OLE color: 14438610.
HSL color Cylindrical-coordinate representation of color #D250DC: hue angle of 295.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D250DC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 80 | 220 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.14 |
| HSL | 295.71º | 0.67% | 0.59% | - |
| HSV(B) | 295.71º | 0.64% | 0.86% | - |
| XYZ | 42.37 | 24.61 | 70.23 | - |
| YUV | 134.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 220 | 0.05 | 0.64 | 0 | 0.14 | 295.71 | 0.67 | 0.59 |
| Hex | D2 | 50 | DC | 5 | 40 | 0 | E | 128 | 43 | 3B |
| Octal | 322 | 120 | 334 | 5 | 100 | 0 | 16 | 450 | 103 | 73 |
| Binary | 11010010 | 1010000 | 11011100 | 101 | 1000000 | 0 | 1110 | 100101000 | 1000011 | 111011 |
Color Harmonies of #D250DC
Complementary color
Monochromatic Colors of #D250DC
Black with #D250DC
Text Example
Text Example
White with #D250DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250DC; }
p { color: rgb(210,80,220); }
H1.HeaderClassName
{
color: #D250DC;
}
.AnyTagClassName
{
color: #D250DC;
}
</style>
background-color css
<style>
a { background-color: #D250DC; }
a { background-color: rgb(210,80,220); }
div.DivClassName
{
background-color: #D250DC;
}
.BgClassName
{
background-color: #D250DC;
}
</style>
border-color css
<style>
span { border-color: #D250DC; }
span { border-color: rgb(210,80,220); }
td.TdClassName
{
border-color: #D250DC;
}
.TagClassName
{
border-color: #D250DC;
}
</style>