Html Css Color HEX #D246D5 Free Speech Magenta
📋 copy color: '#D246D5'red 210 ◦ green 70 ◦ blue 213
Shades of Free Speech Magenta #D246D5
Tints of Free Speech Magenta #D246D5
RGB
CMYK
RGB Variations
Color information
#D246D5 (or 0xD246D5) is known color: Free Speech Magenta. HEX triplet: D2, 46 and D5. RGB value is (210,70,213). Sum of RGB (Red+Green+Blue) = 210+70+213=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #D246D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246D5 is #2DB92A. Grayscale: #7F7F7F. Windows color (decimal): -2996523 or 13977298. OLE color: 13977298.
HSL color Cylindrical-coordinate representation of color #D246D5: hue angle of 298.74º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D246D5 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 70 | 213 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.16 |
| HSL | 298.74º | 0.63% | 0.55% | - |
| HSV(B) | 298.74º | 0.67% | 0.84% | - |
| XYZ | 40.78 | 22.89 | 65.22 | - |
| YUV | 128.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 213 | 0.01 | 0.67 | 0 | 0.16 | 298.74 | 0.63 | 0.55 |
| Hex | D2 | 46 | D5 | 1 | 43 | 0 | 10 | 12B | 3F | 37 |
| Octal | 322 | 106 | 325 | 1 | 103 | 0 | 20 | 453 | 77 | 67 |
| Binary | 11010010 | 1000110 | 11010101 | 1 | 1000011 | 0 | 10000 | 100101011 | 111111 | 110111 |
Color Harmonies of #D246D5
Complementary color
Monochromatic Colors of #D246D5
Black with #D246D5
Text Example
Text Example
White with #D246D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246D5; }
p { color: rgb(210,70,213); }
H1.HeaderClassName
{
color: #D246D5;
}
.AnyTagClassName
{
color: #D246D5;
}
</style>
background-color css
<style>
a { background-color: #D246D5; }
a { background-color: rgb(210,70,213); }
div.DivClassName
{
background-color: #D246D5;
}
.BgClassName
{
background-color: #D246D5;
}
</style>
border-color css
<style>
span { border-color: #D246D5; }
span { border-color: rgb(210,70,213); }
td.TdClassName
{
border-color: #D246D5;
}
.TagClassName
{
border-color: #D246D5;
}
</style>