Html Css Color HEX #D93BDB Free Speech Magenta
📋 copy color: '#D93BDB'red 217 ◦ green 59 ◦ blue 219
Shades of Free Speech Magenta #D93BDB
Tints of Free Speech Magenta #D93BDB
RGB
CMYK
RGB Variations
Color information
#D93BDB (or 0xD93BDB) is known color: Free Speech Magenta. HEX triplet: D9, 3B and DB. RGB value is (217,59,219). Sum of RGB (Red+Green+Blue) = 217+59+219=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #D93BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93BDB is #26C424. Grayscale: #7C7C7C. Windows color (decimal): -2540581 or 14367705. OLE color: 14367705.
HSL color Cylindrical-coordinate representation of color #D93BDB: hue angle of 299.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93BDB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 59 | 219 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.14 |
| HSL | 299.25º | 0.69% | 0.55% | - |
| HSV(B) | 299.25º | 0.73% | 0.86% | - |
| XYZ | 42.97 | 22.99 | 69.19 | - |
| YUV | 124.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 219 | 0.01 | 0.73 | 0 | 0.14 | 299.25 | 0.69 | 0.55 |
| Hex | D9 | 3B | DB | 1 | 49 | 0 | E | 12B | 45 | 37 |
| Octal | 331 | 73 | 333 | 1 | 111 | 0 | 16 | 453 | 105 | 67 |
| Binary | 11011001 | 111011 | 11011011 | 1 | 1001001 | 0 | 1110 | 100101011 | 1000101 | 110111 |
Color Harmonies of #D93BDB
Complementary color
Monochromatic Colors of #D93BDB
Black with #D93BDB
Text Example
Text Example
White with #D93BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93BDB; }
p { color: rgb(217,59,219); }
H1.HeaderClassName
{
color: #D93BDB;
}
.AnyTagClassName
{
color: #D93BDB;
}
</style>
background-color css
<style>
a { background-color: #D93BDB; }
a { background-color: rgb(217,59,219); }
div.DivClassName
{
background-color: #D93BDB;
}
.BgClassName
{
background-color: #D93BDB;
}
</style>
border-color css
<style>
span { border-color: #D93BDB; }
span { border-color: rgb(217,59,219); }
td.TdClassName
{
border-color: #D93BDB;
}
.TagClassName
{
border-color: #D93BDB;
}
</style>