Html Css Color HEX #D330DA Free Speech Magenta
📋 copy color: '#D330DA'red 211 ◦ green 48 ◦ blue 218
Shades of Free Speech Magenta #D330DA
Tints of Free Speech Magenta #D330DA
RGB
CMYK
RGB Variations
Color information
#D330DA (or 0xD330DA) is known color: Free Speech Magenta. HEX triplet: D3, 30 and DA. RGB value is (211,48,218). Sum of RGB (Red+Green+Blue) = 211+48+218=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #D330DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330DA is #2CCF25. Grayscale: #737373. Windows color (decimal): -2936614 or 14299347. OLE color: 14299347.
HSL color Cylindrical-coordinate representation of color #D330DA: hue angle of 297.53º degrees, saturation: 0.7, 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 #D330DA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 48 | 218 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.15 |
| HSL | 297.53º | 0.7% | 0.52% | - |
| HSV(B) | 297.53º | 0.78% | 0.85% | - |
| XYZ | 40.58 | 21.02 | 68.25 | - |
| YUV | 116.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 218 | 0.03 | 0.78 | 0 | 0.15 | 297.53 | 0.7 | 0.52 |
| Hex | D3 | 30 | DA | 3 | 4E | 0 | F | 12A | 46 | 34 |
| Octal | 323 | 60 | 332 | 3 | 116 | 0 | 17 | 452 | 106 | 64 |
| Binary | 11010011 | 110000 | 11011010 | 11 | 1001110 | 0 | 1111 | 100101010 | 1000110 | 110100 |
Color Harmonies of #D330DA
Complementary color
Monochromatic Colors of #D330DA
Black with #D330DA
Text Example
Text Example
White with #D330DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330DA; }
p { color: rgb(211,48,218); }
H1.HeaderClassName
{
color: #D330DA;
}
.AnyTagClassName
{
color: #D330DA;
}
</style>
background-color css
<style>
a { background-color: #D330DA; }
a { background-color: rgb(211,48,218); }
div.DivClassName
{
background-color: #D330DA;
}
.BgClassName
{
background-color: #D330DA;
}
</style>
border-color css
<style>
span { border-color: #D330DA; }
span { border-color: rgb(211,48,218); }
td.TdClassName
{
border-color: #D330DA;
}
.TagClassName
{
border-color: #D330DA;
}
</style>