Html Css Color HEX #D251DC Free Speech Magenta
📋 copy color: '#D251DC'red 210 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #D251DC
Tints of Free Speech Magenta #D251DC
RGB
CMYK
RGB Variations
Color information
#D251DC (or 0xD251DC) is known color: Free Speech Magenta. HEX triplet: D2, 51 and DC. RGB value is (210,81,220). Sum of RGB (Red+Green+Blue) = 210+81+220=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #D251DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251DC is #2DAE23. Grayscale: #868686. Windows color (decimal): -2993700 or 14438866. OLE color: 14438866.
HSL color Cylindrical-coordinate representation of color #D251DC: hue angle of 295.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D251DC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 81 | 220 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.14 |
| HSL | 295.68º | 0.67% | 0.59% | - |
| HSV(B) | 295.68º | 0.63% | 0.86% | - |
| XYZ | 42.44 | 24.75 | 70.25 | - |
| YUV | 135.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 220 | 0.05 | 0.63 | 0 | 0.14 | 295.68 | 0.67 | 0.59 |
| Hex | D2 | 51 | DC | 5 | 3F | 0 | E | 128 | 43 | 3B |
| Octal | 322 | 121 | 334 | 5 | 77 | 0 | 16 | 450 | 103 | 73 |
| Binary | 11010010 | 1010001 | 11011100 | 101 | 111111 | 0 | 1110 | 100101000 | 1000011 | 111011 |
Color Harmonies of #D251DC
Complementary color
Monochromatic Colors of #D251DC
Black with #D251DC
Text Example
Text Example
White with #D251DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251DC; }
p { color: rgb(210,81,220); }
H1.HeaderClassName
{
color: #D251DC;
}
.AnyTagClassName
{
color: #D251DC;
}
</style>
background-color css
<style>
a { background-color: #D251DC; }
a { background-color: rgb(210,81,220); }
div.DivClassName
{
background-color: #D251DC;
}
.BgClassName
{
background-color: #D251DC;
}
</style>
border-color css
<style>
span { border-color: #D251DC; }
span { border-color: rgb(210,81,220); }
td.TdClassName
{
border-color: #D251DC;
}
.TagClassName
{
border-color: #D251DC;
}
</style>