Html Css Color HEX #D93ADB Free Speech Magenta
📋 copy color: '#D93ADB'red 217 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #D93ADB
Tints of Free Speech Magenta #D93ADB
RGB
CMYK
RGB Variations
Color information
#D93ADB (or 0xD93ADB) is known color: Free Speech Magenta. HEX triplet: D9, 3A and DB. RGB value is (217,58,219). Sum of RGB (Red+Green+Blue) = 217+58+219=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D93ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93ADB is #26C524. Grayscale: #7B7B7B. Windows color (decimal): -2540837 or 14367449. OLE color: 14367449.
HSL color Cylindrical-coordinate representation of color #D93ADB: hue angle of 299.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93ADB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 58 | 219 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.14 |
| HSL | 299.25º | 0.69% | 0.54% | - |
| HSV(B) | 299.25º | 0.74% | 0.86% | - |
| XYZ | 42.91 | 22.89 | 69.17 | - |
| YUV | 123.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 219 | 0.01 | 0.74 | 0 | 0.14 | 299.25 | 0.69 | 0.54 |
| Hex | D9 | 3A | DB | 1 | 4A | 0 | E | 12B | 45 | 36 |
| Octal | 331 | 72 | 333 | 1 | 112 | 0 | 16 | 453 | 105 | 66 |
| Binary | 11011001 | 111010 | 11011011 | 1 | 1001010 | 0 | 1110 | 100101011 | 1000101 | 110110 |
Color Harmonies of #D93ADB
Complementary color
Monochromatic Colors of #D93ADB
Black with #D93ADB
Text Example
Text Example
White with #D93ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93ADB; }
p { color: rgb(217,58,219); }
H1.HeaderClassName
{
color: #D93ADB;
}
.AnyTagClassName
{
color: #D93ADB;
}
</style>
background-color css
<style>
a { background-color: #D93ADB; }
a { background-color: rgb(217,58,219); }
div.DivClassName
{
background-color: #D93ADB;
}
.BgClassName
{
background-color: #D93ADB;
}
</style>
border-color css
<style>
span { border-color: #D93ADB; }
span { border-color: rgb(217,58,219); }
td.TdClassName
{
border-color: #D93ADB;
}
.TagClassName
{
border-color: #D93ADB;
}
</style>