Html Css Color HEX #D63BD2 Free Speech Magenta
📋 copy color: '#D63BD2'red 214 ◦ green 59 ◦ blue 210
Shades of Free Speech Magenta #D63BD2
Tints of Free Speech Magenta #D63BD2
RGB
CMYK
RGB Variations
Color information
#D63BD2 (or 0xD63BD2) is known color: Free Speech Magenta. HEX triplet: D6, 3B and D2. RGB value is (214,59,210). Sum of RGB (Red+Green+Blue) = 214+59+210=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BD2 is #29C42D. Grayscale: #7A7A7A. Windows color (decimal): -2737198 or 13777878. OLE color: 13777878.
HSL color Cylindrical-coordinate representation of color #D63BD2: hue angle of 301.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63BD2 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 210 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.16 |
| HSL | 301.55º | 0.65% | 0.54% | - |
| HSV(B) | 301.55º | 0.72% | 0.84% | - |
| XYZ | 40.93 | 22.08 | 63.08 | - |
| YUV | 122.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 210 | 0 | 0.72 | 0.02 | 0.16 | 301.55 | 0.65 | 0.54 |
| Hex | D6 | 3B | D2 | 0 | 48 | 2 | 10 | 12E | 41 | 36 |
| Octal | 326 | 73 | 322 | 0 | 110 | 2 | 20 | 456 | 101 | 66 |
| Binary | 11010110 | 111011 | 11010010 | 0 | 1001000 | 10 | 10000 | 100101110 | 1000001 | 110110 |
Color Harmonies of #D63BD2
Complementary color
Monochromatic Colors of #D63BD2
Black with #D63BD2
Text Example
Text Example
White with #D63BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BD2; }
p { color: rgb(214,59,210); }
H1.HeaderClassName
{
color: #D63BD2;
}
.AnyTagClassName
{
color: #D63BD2;
}
</style>
background-color css
<style>
a { background-color: #D63BD2; }
a { background-color: rgb(214,59,210); }
div.DivClassName
{
background-color: #D63BD2;
}
.BgClassName
{
background-color: #D63BD2;
}
</style>
border-color css
<style>
span { border-color: #D63BD2; }
span { border-color: rgb(214,59,210); }
td.TdClassName
{
border-color: #D63BD2;
}
.TagClassName
{
border-color: #D63BD2;
}
</style>