Html Css Color HEX #D750D4 Free Speech Magenta
📋 copy color: '#D750D4'red 215 ◦ green 80 ◦ blue 212
Shades of Free Speech Magenta #D750D4
Tints of Free Speech Magenta #D750D4
RGB
CMYK
RGB Variations
Color information
#D750D4 (or 0xD750D4) is known color: Free Speech Magenta. HEX triplet: D7, 50 and D4. RGB value is (215,80,212). Sum of RGB (Red+Green+Blue) = 215+80+212=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D750D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750D4 is #28AF2B. Grayscale: #878787. Windows color (decimal): -2666284 or 13914327. OLE color: 13914327.
HSL color Cylindrical-coordinate representation of color #D750D4: hue angle of 301.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750D4 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 212 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.16 |
| HSL | 301.33º | 0.63% | 0.58% | - |
| HSV(B) | 301.33º | 0.63% | 0.84% | - |
| XYZ | 42.78 | 24.94 | 64.85 | - |
| YUV | 135.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 212 | 0 | 0.63 | 0.01 | 0.16 | 301.33 | 0.63 | 0.58 |
| Hex | D7 | 50 | D4 | 0 | 3F | 1 | 10 | 12D | 3F | 3A |
| Octal | 327 | 120 | 324 | 0 | 77 | 1 | 20 | 455 | 77 | 72 |
| Binary | 11010111 | 1010000 | 11010100 | 0 | 111111 | 1 | 10000 | 100101101 | 111111 | 111010 |
Color Harmonies of #D750D4
Complementary color
Monochromatic Colors of #D750D4
Black with #D750D4
Text Example
Text Example
White with #D750D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750D4; }
p { color: rgb(215,80,212); }
H1.HeaderClassName
{
color: #D750D4;
}
.AnyTagClassName
{
color: #D750D4;
}
</style>
background-color css
<style>
a { background-color: #D750D4; }
a { background-color: rgb(215,80,212); }
div.DivClassName
{
background-color: #D750D4;
}
.BgClassName
{
background-color: #D750D4;
}
</style>
border-color css
<style>
span { border-color: #D750D4; }
span { border-color: rgb(215,80,212); }
td.TdClassName
{
border-color: #D750D4;
}
.TagClassName
{
border-color: #D750D4;
}
</style>