Html Css Color HEX #D64BCE Free Speech Magenta
📋 copy color: '#D64BCE'red 214 ◦ green 75 ◦ blue 206
Shades of Free Speech Magenta #D64BCE
Tints of Free Speech Magenta #D64BCE
RGB
CMYK
RGB Variations
Color information
#D64BCE (or 0xD64BCE) is known color: Free Speech Magenta. HEX triplet: D6, 4B and CE. RGB value is (214,75,206). Sum of RGB (Red+Green+Blue) = 214+75+206=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BCE is #29B431. Grayscale: #838383. Windows color (decimal): -2733106 or 13519830. OLE color: 13519830.
HSL color Cylindrical-coordinate representation of color #D64BCE: hue angle of 303.45º 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 #D64BCE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 206 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.16 |
| HSL | 303.45º | 0.63% | 0.57% | - |
| HSV(B) | 303.45º | 0.65% | 0.84% | - |
| XYZ | 41.39 | 23.78 | 60.8 | - |
| YUV | 131.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 206 | 0 | 0.65 | 0.04 | 0.16 | 303.45 | 0.63 | 0.57 |
| Hex | D6 | 4B | CE | 0 | 41 | 4 | 10 | 12F | 3F | 39 |
| Octal | 326 | 113 | 316 | 0 | 101 | 4 | 20 | 457 | 77 | 71 |
| Binary | 11010110 | 1001011 | 11001110 | 0 | 1000001 | 100 | 10000 | 100101111 | 111111 | 111001 |
Color Harmonies of #D64BCE
Complementary color
Monochromatic Colors of #D64BCE
Black with #D64BCE
Text Example
Text Example
White with #D64BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BCE; }
p { color: rgb(214,75,206); }
H1.HeaderClassName
{
color: #D64BCE;
}
.AnyTagClassName
{
color: #D64BCE;
}
</style>
background-color css
<style>
a { background-color: #D64BCE; }
a { background-color: rgb(214,75,206); }
div.DivClassName
{
background-color: #D64BCE;
}
.BgClassName
{
background-color: #D64BCE;
}
</style>
border-color css
<style>
span { border-color: #D64BCE; }
span { border-color: rgb(214,75,206); }
td.TdClassName
{
border-color: #D64BCE;
}
.TagClassName
{
border-color: #D64BCE;
}
</style>