Html Css Color HEX #D64CED Free Speech Magenta
📋 copy color: '#D64CED'red 214 ◦ green 76 ◦ blue 237
Shades of Free Speech Magenta #D64CED
Tints of Free Speech Magenta #D64CED
RGB
CMYK
RGB Variations
Color information
#D64CED (or 0xD64CED) is known color: Free Speech Magenta. HEX triplet: D6, 4C and ED. RGB value is (214,76,237). Sum of RGB (Red+Green+Blue) = 214+76+237=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #D64CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CED is #29B312. Grayscale: #878787. Windows color (decimal): -2732819 or 15551702. OLE color: 15551702.
HSL color Cylindrical-coordinate representation of color #D64CED: hue angle of 291.43º 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 #D64CED is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 76 | 237 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.07 |
| HSL | 291.43º | 0.82% | 0.61% | - |
| HSV(B) | 291.43º | 0.68% | 0.93% | - |
| XYZ | 45.6 | 25.58 | 82.65 | - |
| YUV | 135.62 | 185.22 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 237 | 0.10 | 0.68 | 0 | 0.07 | 291.43 | 0.82 | 0.61 |
| Hex | D6 | 4C | ED | A | 44 | 0 | 7 | 123 | 52 | 3D |
| Octal | 326 | 114 | 355 | 12 | 104 | 0 | 7 | 443 | 122 | 75 |
| Binary | 11010110 | 1001100 | 11101101 | 1010 | 1000100 | 0 | 111 | 100100011 | 1010010 | 111101 |
Color Harmonies of #D64CED
Complementary color
Monochromatic Colors of #D64CED
Black with #D64CED
Text Example
Text Example
White with #D64CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CED; }
p { color: rgb(214,76,237); }
H1.HeaderClassName
{
color: #D64CED;
}
.AnyTagClassName
{
color: #D64CED;
}
</style>
background-color css
<style>
a { background-color: #D64CED; }
a { background-color: rgb(214,76,237); }
div.DivClassName
{
background-color: #D64CED;
}
.BgClassName
{
background-color: #D64CED;
}
</style>
border-color css
<style>
span { border-color: #D64CED; }
span { border-color: rgb(214,76,237); }
td.TdClassName
{
border-color: #D64CED;
}
.TagClassName
{
border-color: #D64CED;
}
</style>