Html Css Color HEX #D250D3 Free Speech Magenta
📋 copy color: '#D250D3'red 210 ◦ green 80 ◦ blue 211
Shades of Free Speech Magenta #D250D3
Tints of Free Speech Magenta #D250D3
RGB
CMYK
RGB Variations
Color information
#D250D3 (or 0xD250D3) is known color: Free Speech Magenta. HEX triplet: D2, 50 and D3. RGB value is (210,80,211). Sum of RGB (Red+Green+Blue) = 210+80+211=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #D250D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250D3 is #2DAF2C. Grayscale: #858585. Windows color (decimal): -2993965 or 13848786. OLE color: 13848786.
HSL color Cylindrical-coordinate representation of color #D250D3: hue angle of 299.54º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250D3 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 80 | 211 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.17 |
| HSL | 299.54º | 0.6% | 0.57% | - |
| HSV(B) | 299.54º | 0.62% | 0.83% | - |
| XYZ | 41.2 | 24.14 | 64.12 | - |
| YUV | 133.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 211 | 0.00 | 0.62 | 0 | 0.17 | 299.54 | 0.6 | 0.57 |
| Hex | D2 | 50 | D3 | 0 | 3E | 0 | 11 | 12C | 3C | 39 |
| Octal | 322 | 120 | 323 | 0 | 76 | 0 | 21 | 454 | 74 | 71 |
| Binary | 11010010 | 1010000 | 11010011 | 0 | 111110 | 0 | 10001 | 100101100 | 111100 | 111001 |
Color Harmonies of #D250D3
Complementary color
Monochromatic Colors of #D250D3
Black with #D250D3
Text Example
Text Example
White with #D250D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250D3; }
p { color: rgb(210,80,211); }
H1.HeaderClassName
{
color: #D250D3;
}
.AnyTagClassName
{
color: #D250D3;
}
</style>
background-color css
<style>
a { background-color: #D250D3; }
a { background-color: rgb(210,80,211); }
div.DivClassName
{
background-color: #D250D3;
}
.BgClassName
{
background-color: #D250D3;
}
</style>
border-color css
<style>
span { border-color: #D250D3; }
span { border-color: rgb(210,80,211); }
td.TdClassName
{
border-color: #D250D3;
}
.TagClassName
{
border-color: #D250D3;
}
</style>