Html Css Color HEX #D150D4 Free Speech Magenta
📋 copy color: '#D150D4'red 209 ◦ green 80 ◦ blue 212
Shades of Free Speech Magenta #D150D4
Tints of Free Speech Magenta #D150D4
RGB
CMYK
RGB Variations
Color information
#D150D4 (or 0xD150D4) is known color: Free Speech Magenta. HEX triplet: D1, 50 and D4. RGB value is (209,80,212). Sum of RGB (Red+Green+Blue) = 209+80+212=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #D150D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150D4 is #2EAF2B. Grayscale: #858585. Windows color (decimal): -3059500 or 13914321. OLE color: 13914321.
HSL color Cylindrical-coordinate representation of color #D150D4: hue angle of 298.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150D4 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 80 | 212 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.17 |
| HSL | 298.64º | 0.61% | 0.57% | - |
| HSV(B) | 298.64º | 0.62% | 0.83% | - |
| XYZ | 41.05 | 24.05 | 64.77 | - |
| YUV | 133.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 212 | 0.01 | 0.62 | 0 | 0.17 | 298.64 | 0.61 | 0.57 |
| Hex | D1 | 50 | D4 | 1 | 3E | 0 | 11 | 12B | 3D | 39 |
| Octal | 321 | 120 | 324 | 1 | 76 | 0 | 21 | 453 | 75 | 71 |
| Binary | 11010001 | 1010000 | 11010100 | 1 | 111110 | 0 | 10001 | 100101011 | 111101 | 111001 |
Color Harmonies of #D150D4
Complementary color
Monochromatic Colors of #D150D4
Black with #D150D4
Text Example
Text Example
White with #D150D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150D4; }
p { color: rgb(209,80,212); }
H1.HeaderClassName
{
color: #D150D4;
}
.AnyTagClassName
{
color: #D150D4;
}
</style>
background-color css
<style>
a { background-color: #D150D4; }
a { background-color: rgb(209,80,212); }
div.DivClassName
{
background-color: #D150D4;
}
.BgClassName
{
background-color: #D150D4;
}
</style>
border-color css
<style>
span { border-color: #D150D4; }
span { border-color: rgb(209,80,212); }
td.TdClassName
{
border-color: #D150D4;
}
.TagClassName
{
border-color: #D150D4;
}
</style>