Html Css Color HEX #D64BCD Free Speech Magenta
📋 copy color: '#D64BCD'red 214 ◦ green 75 ◦ blue 205
Shades of Free Speech Magenta #D64BCD
Tints of Free Speech Magenta #D64BCD
RGB
CMYK
RGB Variations
Color information
#D64BCD (or 0xD64BCD) is known color: Free Speech Magenta. HEX triplet: D6, 4B and CD. RGB value is (214,75,205). Sum of RGB (Red+Green+Blue) = 214+75+205=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BCD is #29B432. Grayscale: #838383. Windows color (decimal): -2733107 or 13454294. OLE color: 13454294.
HSL color Cylindrical-coordinate representation of color #D64BCD: hue angle of 303.88º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BCD is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 205 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.16 |
| HSL | 303.88º | 0.63% | 0.57% | - |
| HSV(B) | 303.88º | 0.65% | 0.84% | - |
| XYZ | 41.27 | 23.74 | 60.16 | - |
| YUV | 131.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 205 | 0 | 0.65 | 0.04 | 0.16 | 303.88 | 0.63 | 0.57 |
| Hex | D6 | 4B | CD | 0 | 41 | 4 | 10 | 130 | 3F | 39 |
| Octal | 326 | 113 | 315 | 0 | 101 | 4 | 20 | 460 | 77 | 71 |
| Binary | 11010110 | 1001011 | 11001101 | 0 | 1000001 | 100 | 10000 | 100110000 | 111111 | 111001 |
Color Harmonies of #D64BCD
Complementary color
Monochromatic Colors of #D64BCD
Black with #D64BCD
Text Example
Text Example
White with #D64BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BCD; }
p { color: rgb(214,75,205); }
H1.HeaderClassName
{
color: #D64BCD;
}
.AnyTagClassName
{
color: #D64BCD;
}
</style>
background-color css
<style>
a { background-color: #D64BCD; }
a { background-color: rgb(214,75,205); }
div.DivClassName
{
background-color: #D64BCD;
}
.BgClassName
{
background-color: #D64BCD;
}
</style>
border-color css
<style>
span { border-color: #D64BCD; }
span { border-color: rgb(214,75,205); }
td.TdClassName
{
border-color: #D64BCD;
}
.TagClassName
{
border-color: #D64BCD;
}
</style>