Html Css Color HEX #D64BED Free Speech Magenta
📋 copy color: '#D64BED'red 214 ◦ green 75 ◦ blue 237
Shades of Free Speech Magenta #D64BED
Tints of Free Speech Magenta #D64BED
RGB
CMYK
RGB Variations
Color information
#D64BED (or 0xD64BED) is known color: Free Speech Magenta. HEX triplet: D6, 4B and ED. RGB value is (214,75,237). Sum of RGB (Red+Green+Blue) = 214+75+237=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #D64BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BED is #29B412. Grayscale: #868686. Windows color (decimal): -2733075 or 15551446. OLE color: 15551446.
HSL color Cylindrical-coordinate representation of color #D64BED: hue angle of 291.48º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64BED is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 75 | 237 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.07 |
| HSL | 291.48º | 0.82% | 0.61% | - |
| HSV(B) | 291.48º | 0.68% | 0.93% | - |
| XYZ | 45.53 | 25.44 | 82.63 | - |
| YUV | 135.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 237 | 0.10 | 0.68 | 0 | 0.07 | 291.48 | 0.82 | 0.61 |
| Hex | D6 | 4B | ED | A | 44 | 0 | 7 | 123 | 52 | 3D |
| Octal | 326 | 113 | 355 | 12 | 104 | 0 | 7 | 443 | 122 | 75 |
| Binary | 11010110 | 1001011 | 11101101 | 1010 | 1000100 | 0 | 111 | 100100011 | 1010010 | 111101 |
Color Harmonies of #D64BED
Complementary color
Monochromatic Colors of #D64BED
Black with #D64BED
Text Example
Text Example
White with #D64BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BED; }
p { color: rgb(214,75,237); }
H1.HeaderClassName
{
color: #D64BED;
}
.AnyTagClassName
{
color: #D64BED;
}
</style>
background-color css
<style>
a { background-color: #D64BED; }
a { background-color: rgb(214,75,237); }
div.DivClassName
{
background-color: #D64BED;
}
.BgClassName
{
background-color: #D64BED;
}
</style>
border-color css
<style>
span { border-color: #D64BED; }
span { border-color: rgb(214,75,237); }
td.TdClassName
{
border-color: #D64BED;
}
.TagClassName
{
border-color: #D64BED;
}
</style>