Html Css Color HEX #D94BD0 Free Speech Magenta
📋 copy color: '#D94BD0'red 217 ◦ green 75 ◦ blue 208
Shades of Free Speech Magenta #D94BD0
Tints of Free Speech Magenta #D94BD0
RGB
CMYK
RGB Variations
Color information
#D94BD0 (or 0xD94BD0) is known color: Free Speech Magenta. HEX triplet: D9, 4B and D0. RGB value is (217,75,208). Sum of RGB (Red+Green+Blue) = 217+75+208=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94BD0 is #26B42F. Grayscale: #848484. Windows color (decimal): -2536496 or 13650905. OLE color: 13650905.
HSL color Cylindrical-coordinate representation of color #D94BD0: hue angle of 303.8º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94BD0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 75 | 208 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.15 |
| HSL | 303.8º | 0.65% | 0.57% | - |
| HSV(B) | 303.8º | 0.65% | 0.85% | - |
| XYZ | 42.52 | 24.34 | 62.13 | - |
| YUV | 132.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 208 | 0 | 0.65 | 0.04 | 0.15 | 303.8 | 0.65 | 0.57 |
| Hex | D9 | 4B | D0 | 0 | 41 | 4 | F | 130 | 41 | 39 |
| Octal | 331 | 113 | 320 | 0 | 101 | 4 | 17 | 460 | 101 | 71 |
| Binary | 11011001 | 1001011 | 11010000 | 0 | 1000001 | 100 | 1111 | 100110000 | 1000001 | 111001 |
Color Harmonies of #D94BD0
Complementary color
Monochromatic Colors of #D94BD0
Black with #D94BD0
Text Example
Text Example
White with #D94BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94BD0; }
p { color: rgb(217,75,208); }
H1.HeaderClassName
{
color: #D94BD0;
}
.AnyTagClassName
{
color: #D94BD0;
}
</style>
background-color css
<style>
a { background-color: #D94BD0; }
a { background-color: rgb(217,75,208); }
div.DivClassName
{
background-color: #D94BD0;
}
.BgClassName
{
background-color: #D94BD0;
}
</style>
border-color css
<style>
span { border-color: #D94BD0; }
span { border-color: rgb(217,75,208); }
td.TdClassName
{
border-color: #D94BD0;
}
.TagClassName
{
border-color: #D94BD0;
}
</style>