Html Css Color HEX #D93DDD Free Speech Magenta
📋 copy color: '#D93DDD'red 217 ◦ green 61 ◦ blue 221
Shades of Free Speech Magenta #D93DDD
Tints of Free Speech Magenta #D93DDD
RGB
CMYK
RGB Variations
Color information
#D93DDD (or 0xD93DDD) is known color: Free Speech Magenta. HEX triplet: D9, 3D and DD. RGB value is (217,61,221). Sum of RGB (Red+Green+Blue) = 217+61+221=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D93DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DDD is #26C222. Grayscale: #7D7D7D. Windows color (decimal): -2540067 or 14499289. OLE color: 14499289.
HSL color Cylindrical-coordinate representation of color #D93DDD: hue angle of 298.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93DDD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 61 | 221 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.13 |
| HSL | 298.5º | 0.7% | 0.55% | - |
| HSV(B) | 298.5º | 0.72% | 0.87% | - |
| XYZ | 43.34 | 23.31 | 70.62 | - |
| YUV | 125.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 221 | 0.02 | 0.72 | 0 | 0.13 | 298.5 | 0.7 | 0.55 |
| Hex | D9 | 3D | DD | 2 | 48 | 0 | D | 12A | 46 | 37 |
| Octal | 331 | 75 | 335 | 2 | 110 | 0 | 15 | 452 | 106 | 67 |
| Binary | 11011001 | 111101 | 11011101 | 10 | 1001000 | 0 | 1101 | 100101010 | 1000110 | 110111 |
Color Harmonies of #D93DDD
Complementary color
Monochromatic Colors of #D93DDD
Black with #D93DDD
Text Example
Text Example
White with #D93DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DDD; }
p { color: rgb(217,61,221); }
H1.HeaderClassName
{
color: #D93DDD;
}
.AnyTagClassName
{
color: #D93DDD;
}
</style>
background-color css
<style>
a { background-color: #D93DDD; }
a { background-color: rgb(217,61,221); }
div.DivClassName
{
background-color: #D93DDD;
}
.BgClassName
{
background-color: #D93DDD;
}
</style>
border-color css
<style>
span { border-color: #D93DDD; }
span { border-color: rgb(217,61,221); }
td.TdClassName
{
border-color: #D93DDD;
}
.TagClassName
{
border-color: #D93DDD;
}
</style>