Html Css Color HEX #D64BDD Free Speech Magenta
📋 copy color: '#D64BDD'red 214 ◦ green 75 ◦ blue 221
Shades of Free Speech Magenta #D64BDD
Tints of Free Speech Magenta #D64BDD
RGB
CMYK
RGB Variations
Color information
#D64BDD (or 0xD64BDD) is known color: Free Speech Magenta. HEX triplet: D6, 4B and DD. RGB value is (214,75,221). Sum of RGB (Red+Green+Blue) = 214+75+221=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #D64BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BDD is #29B422. Grayscale: #848484. Windows color (decimal): -2733091 or 14502870. OLE color: 14502870.
HSL color Cylindrical-coordinate representation of color #D64BDD: hue angle of 297.12º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64BDD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 75 | 221 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.13 |
| HSL | 297.12º | 0.68% | 0.58% | - |
| HSV(B) | 297.12º | 0.66% | 0.87% | - |
| XYZ | 43.3 | 24.55 | 70.86 | - |
| YUV | 133.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 221 | 0.03 | 0.66 | 0 | 0.13 | 297.12 | 0.68 | 0.58 |
| Hex | D6 | 4B | DD | 3 | 42 | 0 | D | 129 | 44 | 3A |
| Octal | 326 | 113 | 335 | 3 | 102 | 0 | 15 | 451 | 104 | 72 |
| Binary | 11010110 | 1001011 | 11011101 | 11 | 1000010 | 0 | 1101 | 100101001 | 1000100 | 111010 |
Color Harmonies of #D64BDD
Complementary color
Monochromatic Colors of #D64BDD
Black with #D64BDD
Text Example
Text Example
White with #D64BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BDD; }
p { color: rgb(214,75,221); }
H1.HeaderClassName
{
color: #D64BDD;
}
.AnyTagClassName
{
color: #D64BDD;
}
</style>
background-color css
<style>
a { background-color: #D64BDD; }
a { background-color: rgb(214,75,221); }
div.DivClassName
{
background-color: #D64BDD;
}
.BgClassName
{
background-color: #D64BDD;
}
</style>
border-color css
<style>
span { border-color: #D64BDD; }
span { border-color: rgb(214,75,221); }
td.TdClassName
{
border-color: #D64BDD;
}
.TagClassName
{
border-color: #D64BDD;
}
</style>