Html Css Color HEX #D732D5 Free Speech Magenta
📋 copy color: '#D732D5'red 215 ◦ green 50 ◦ blue 213
Shades of Free Speech Magenta #D732D5
Tints of Free Speech Magenta #D732D5
RGB
CMYK
RGB Variations
Color information
#D732D5 (or 0xD732D5) is known color: Free Speech Magenta. HEX triplet: D7, 32 and D5. RGB value is (215,50,213). Sum of RGB (Red+Green+Blue) = 215+50+213=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D732D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D732D5 is #28CD2A. Grayscale: #757575. Windows color (decimal): -2673963 or 13972183. OLE color: 13972183.
HSL color Cylindrical-coordinate representation of color #D732D5: 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.77%. Process color model (Four color, CMYK) of #D732D5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 213 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.16 |
| HSL | 300.73º | 0.67% | 0.52% | - |
| HSV(B) | 300.73º | 0.77% | 0.84% | - |
| XYZ | 41.18 | 21.53 | 64.94 | - |
| YUV | 117.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 213 | 0 | 0.77 | 0.01 | 0.16 | 300.73 | 0.67 | 0.52 |
| Hex | D7 | 32 | D5 | 0 | 4D | 1 | 10 | 12D | 43 | 34 |
| Octal | 327 | 62 | 325 | 0 | 115 | 1 | 20 | 455 | 103 | 64 |
| Binary | 11010111 | 110010 | 11010101 | 0 | 1001101 | 1 | 10000 | 100101101 | 1000011 | 110100 |
Color Harmonies of #D732D5
Complementary color
Monochromatic Colors of #D732D5
Black with #D732D5
Text Example
Text Example
White with #D732D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732D5; }
p { color: rgb(215,50,213); }
H1.HeaderClassName
{
color: #D732D5;
}
.AnyTagClassName
{
color: #D732D5;
}
</style>
background-color css
<style>
a { background-color: #D732D5; }
a { background-color: rgb(215,50,213); }
div.DivClassName
{
background-color: #D732D5;
}
.BgClassName
{
background-color: #D732D5;
}
</style>
border-color css
<style>
span { border-color: #D732D5; }
span { border-color: rgb(215,50,213); }
td.TdClassName
{
border-color: #D732D5;
}
.TagClassName
{
border-color: #D732D5;
}
</style>