Html Css Color HEX #D630E5 Free Speech Magenta
📋 copy color: '#D630E5'red 214 ◦ green 48 ◦ blue 229
Shades of Free Speech Magenta #D630E5
Tints of Free Speech Magenta #D630E5
RGB
CMYK
RGB Variations
Color information
#D630E5 (or 0xD630E5) is known color: Free Speech Magenta. HEX triplet: D6, 30 and E5. RGB value is (214,48,229). Sum of RGB (Red+Green+Blue) = 214+48+229=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #D630E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630E5 is #29CF1A. Grayscale: #757575. Windows color (decimal): -2739995 or 15020246. OLE color: 15020246.
HSL color Cylindrical-coordinate representation of color #D630E5: hue angle of 295.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D630E5 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 48 | 229 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.10 |
| HSL | 295.03º | 0.78% | 0.54% | - |
| HSV(B) | 295.03º | 0.79% | 0.9% | - |
| XYZ | 42.93 | 22.07 | 76.13 | - |
| YUV | 118.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 229 | 0.07 | 0.79 | 0 | 0.10 | 295.03 | 0.78 | 0.54 |
| Hex | D6 | 30 | E5 | 7 | 4F | 0 | A | 127 | 4E | 36 |
| Octal | 326 | 60 | 345 | 7 | 117 | 0 | 12 | 447 | 116 | 66 |
| Binary | 11010110 | 110000 | 11100101 | 111 | 1001111 | 0 | 1010 | 100100111 | 1001110 | 110110 |
Color Harmonies of #D630E5
Complementary color
Monochromatic Colors of #D630E5
Black with #D630E5
Text Example
Text Example
White with #D630E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630E5; }
p { color: rgb(214,48,229); }
H1.HeaderClassName
{
color: #D630E5;
}
.AnyTagClassName
{
color: #D630E5;
}
</style>
background-color css
<style>
a { background-color: #D630E5; }
a { background-color: rgb(214,48,229); }
div.DivClassName
{
background-color: #D630E5;
}
.BgClassName
{
background-color: #D630E5;
}
</style>
border-color css
<style>
span { border-color: #D630E5; }
span { border-color: rgb(214,48,229); }
td.TdClassName
{
border-color: #D630E5;
}
.TagClassName
{
border-color: #D630E5;
}
</style>