Html Css Color HEX #D733D5 Free Speech Magenta
📋 copy color: '#D733D5'red 215 ◦ green 51 ◦ blue 213
Shades of Free Speech Magenta #D733D5
Tints of Free Speech Magenta #D733D5
RGB
CMYK
RGB Variations
Color information
#D733D5 (or 0xD733D5) is known color: Free Speech Magenta. HEX triplet: D7, 33 and D5. RGB value is (215,51,213). Sum of RGB (Red+Green+Blue) = 215+51+213=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D733D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D733D5 is #28CC2A. Grayscale: #767676. Windows color (decimal): -2673707 or 13972439. OLE color: 13972439.
HSL color Cylindrical-coordinate representation of color #D733D5: hue angle of 300.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D733D5 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 213 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.16 |
| HSL | 300.73º | 0.67% | 0.52% | - |
| HSV(B) | 300.73º | 0.76% | 0.84% | - |
| XYZ | 41.22 | 21.62 | 64.95 | - |
| YUV | 118.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 213 | 0 | 0.76 | 0.01 | 0.16 | 300.73 | 0.67 | 0.52 |
| Hex | D7 | 33 | D5 | 0 | 4C | 1 | 10 | 12D | 43 | 34 |
| Octal | 327 | 63 | 325 | 0 | 114 | 1 | 20 | 455 | 103 | 64 |
| Binary | 11010111 | 110011 | 11010101 | 0 | 1001100 | 1 | 10000 | 100101101 | 1000011 | 110100 |
Color Harmonies of #D733D5
Complementary color
Monochromatic Colors of #D733D5
Black with #D733D5
Text Example
Text Example
White with #D733D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D733D5; }
p { color: rgb(215,51,213); }
H1.HeaderClassName
{
color: #D733D5;
}
.AnyTagClassName
{
color: #D733D5;
}
</style>
background-color css
<style>
a { background-color: #D733D5; }
a { background-color: rgb(215,51,213); }
div.DivClassName
{
background-color: #D733D5;
}
.BgClassName
{
background-color: #D733D5;
}
</style>
border-color css
<style>
span { border-color: #D733D5; }
span { border-color: rgb(215,51,213); }
td.TdClassName
{
border-color: #D733D5;
}
.TagClassName
{
border-color: #D733D5;
}
</style>