Html Css Color HEX #D64BDB Free Speech Magenta
📋 copy color: '#D64BDB'red 214 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #D64BDB
Tints of Free Speech Magenta #D64BDB
RGB
CMYK
RGB Variations
Color information
#D64BDB (or 0xD64BDB) is known color: Free Speech Magenta. HEX triplet: D6, 4B and DB. RGB value is (214,75,219). Sum of RGB (Red+Green+Blue) = 214+75+219=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #D64BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BDB is #29B424. Grayscale: #848484. Windows color (decimal): -2733093 or 14371798. OLE color: 14371798.
HSL color Cylindrical-coordinate representation of color #D64BDB: hue angle of 297.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64BDB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 75 | 219 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.14 |
| HSL | 297.92º | 0.67% | 0.58% | - |
| HSV(B) | 297.92º | 0.66% | 0.86% | - |
| XYZ | 43.03 | 24.44 | 69.47 | - |
| YUV | 132.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 219 | 0.02 | 0.66 | 0 | 0.14 | 297.92 | 0.67 | 0.58 |
| Hex | D6 | 4B | DB | 2 | 42 | 0 | E | 12A | 43 | 3A |
| Octal | 326 | 113 | 333 | 2 | 102 | 0 | 16 | 452 | 103 | 72 |
| Binary | 11010110 | 1001011 | 11011011 | 10 | 1000010 | 0 | 1110 | 100101010 | 1000011 | 111010 |
Color Harmonies of #D64BDB
Complementary color
Monochromatic Colors of #D64BDB
Black with #D64BDB
Text Example
Text Example
White with #D64BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BDB; }
p { color: rgb(214,75,219); }
H1.HeaderClassName
{
color: #D64BDB;
}
.AnyTagClassName
{
color: #D64BDB;
}
</style>
background-color css
<style>
a { background-color: #D64BDB; }
a { background-color: rgb(214,75,219); }
div.DivClassName
{
background-color: #D64BDB;
}
.BgClassName
{
background-color: #D64BDB;
}
</style>
border-color css
<style>
span { border-color: #D64BDB; }
span { border-color: rgb(214,75,219); }
td.TdClassName
{
border-color: #D64BDB;
}
.TagClassName
{
border-color: #D64BDB;
}
</style>