Html Css Color HEX #D64CC9 Free Speech Magenta
📋 copy color: '#D64CC9'red 214 ◦ green 76 ◦ blue 201
Shades of Free Speech Magenta #D64CC9
Tints of Free Speech Magenta #D64CC9
RGB
CMYK
RGB Variations
Color information
#D64CC9 (or 0xD64CC9) is known color: Free Speech Magenta. HEX triplet: D6, 4C and C9. RGB value is (214,76,201). Sum of RGB (Red+Green+Blue) = 214+76+201=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CC9 is #29B336. Grayscale: #838383. Windows color (decimal): -2732855 or 13192406. OLE color: 13192406.
HSL color Cylindrical-coordinate representation of color #D64CC9: hue angle of 305.65º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64CC9 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 201 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.16 |
| HSL | 305.65º | 0.63% | 0.57% | - |
| HSV(B) | 305.65º | 0.64% | 0.84% | - |
| XYZ | 40.86 | 23.68 | 57.68 | - |
| YUV | 131.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 201 | 0 | 0.64 | 0.06 | 0.16 | 305.65 | 0.63 | 0.57 |
| Hex | D6 | 4C | C9 | 0 | 40 | 6 | 10 | 132 | 3F | 39 |
| Octal | 326 | 114 | 311 | 0 | 100 | 6 | 20 | 462 | 77 | 71 |
| Binary | 11010110 | 1001100 | 11001001 | 0 | 1000000 | 110 | 10000 | 100110010 | 111111 | 111001 |
Color Harmonies of #D64CC9
Complementary color
Monochromatic Colors of #D64CC9
Black with #D64CC9
Text Example
Text Example
White with #D64CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CC9; }
p { color: rgb(214,76,201); }
H1.HeaderClassName
{
color: #D64CC9;
}
.AnyTagClassName
{
color: #D64CC9;
}
</style>
background-color css
<style>
a { background-color: #D64CC9; }
a { background-color: rgb(214,76,201); }
div.DivClassName
{
background-color: #D64CC9;
}
.BgClassName
{
background-color: #D64CC9;
}
</style>
border-color css
<style>
span { border-color: #D64CC9; }
span { border-color: rgb(214,76,201); }
td.TdClassName
{
border-color: #D64CC9;
}
.TagClassName
{
border-color: #D64CC9;
}
</style>