Html Css Color HEX #D64BDF Free Speech Magenta
📋 copy color: '#D64BDF'red 214 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #D64BDF
Tints of Free Speech Magenta #D64BDF
RGB
CMYK
RGB Variations
Color information
#D64BDF (or 0xD64BDF) is known color: Free Speech Magenta. HEX triplet: D6, 4B and DF. RGB value is (214,75,223). Sum of RGB (Red+Green+Blue) = 214+75+223=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #D64BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BDF is #29B420. Grayscale: #848484. Windows color (decimal): -2733089 or 14633942. OLE color: 14633942.
HSL color Cylindrical-coordinate representation of color #D64BDF: hue angle of 296.35º degrees, saturation: 0.7, 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 #D64BDF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 75 | 223 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.13 |
| HSL | 296.35º | 0.7% | 0.58% | - |
| HSV(B) | 296.35º | 0.66% | 0.87% | - |
| XYZ | 43.57 | 24.66 | 72.27 | - |
| YUV | 133.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 223 | 0.04 | 0.66 | 0 | 0.13 | 296.35 | 0.7 | 0.58 |
| Hex | D6 | 4B | DF | 4 | 42 | 0 | D | 128 | 46 | 3A |
| Octal | 326 | 113 | 337 | 4 | 102 | 0 | 15 | 450 | 106 | 72 |
| Binary | 11010110 | 1001011 | 11011111 | 100 | 1000010 | 0 | 1101 | 100101000 | 1000110 | 111010 |
Color Harmonies of #D64BDF
Complementary color
Monochromatic Colors of #D64BDF
Black with #D64BDF
Text Example
Text Example
White with #D64BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BDF; }
p { color: rgb(214,75,223); }
H1.HeaderClassName
{
color: #D64BDF;
}
.AnyTagClassName
{
color: #D64BDF;
}
</style>
background-color css
<style>
a { background-color: #D64BDF; }
a { background-color: rgb(214,75,223); }
div.DivClassName
{
background-color: #D64BDF;
}
.BgClassName
{
background-color: #D64BDF;
}
</style>
border-color css
<style>
span { border-color: #D64BDF; }
span { border-color: rgb(214,75,223); }
td.TdClassName
{
border-color: #D64BDF;
}
.TagClassName
{
border-color: #D64BDF;
}
</style>