Html Css Color HEX #D330D9 Free Speech Magenta
📋 copy color: '#D330D9'red 211 ◦ green 48 ◦ blue 217
Shades of Free Speech Magenta #D330D9
Tints of Free Speech Magenta #D330D9
RGB
CMYK
RGB Variations
Color information
#D330D9 (or 0xD330D9) is known color: Free Speech Magenta. HEX triplet: D3, 30 and D9. RGB value is (211,48,217). Sum of RGB (Red+Green+Blue) = 211+48+217=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #D330D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330D9 is #2CCF26. Grayscale: #737373. Windows color (decimal): -2936615 or 14233811. OLE color: 14233811.
HSL color Cylindrical-coordinate representation of color #D330D9: hue angle of 297.87º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D330D9 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 48 | 217 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.15 |
| HSL | 297.87º | 0.69% | 0.52% | - |
| HSV(B) | 297.87º | 0.78% | 0.85% | - |
| XYZ | 40.45 | 20.97 | 67.56 | - |
| YUV | 116 | 185 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 217 | 0.03 | 0.78 | 0 | 0.15 | 297.87 | 0.69 | 0.52 |
| Hex | D3 | 30 | D9 | 3 | 4E | 0 | F | 12A | 45 | 34 |
| Octal | 323 | 60 | 331 | 3 | 116 | 0 | 17 | 452 | 105 | 64 |
| Binary | 11010011 | 110000 | 11011001 | 11 | 1001110 | 0 | 1111 | 100101010 | 1000101 | 110100 |
Color Harmonies of #D330D9
Complementary color
Monochromatic Colors of #D330D9
Black with #D330D9
Text Example
Text Example
White with #D330D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330D9; }
p { color: rgb(211,48,217); }
H1.HeaderClassName
{
color: #D330D9;
}
.AnyTagClassName
{
color: #D330D9;
}
</style>
background-color css
<style>
a { background-color: #D330D9; }
a { background-color: rgb(211,48,217); }
div.DivClassName
{
background-color: #D330D9;
}
.BgClassName
{
background-color: #D330D9;
}
</style>
border-color css
<style>
span { border-color: #D330D9; }
span { border-color: rgb(211,48,217); }
td.TdClassName
{
border-color: #D330D9;
}
.TagClassName
{
border-color: #D330D9;
}
</style>