Html Css Color HEX #D647CE Free Speech Magenta
📋 copy color: '#D647CE'red 214 ◦ green 71 ◦ blue 206
Shades of Free Speech Magenta #D647CE
Tints of Free Speech Magenta #D647CE
RGB
CMYK
RGB Variations
Color information
#D647CE (or 0xD647CE) is known color: Free Speech Magenta. HEX triplet: D6, 47 and CE. RGB value is (214,71,206). Sum of RGB (Red+Green+Blue) = 214+71+206=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D647CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647CE is #29B831. Grayscale: #808080. Windows color (decimal): -2734130 or 13518806. OLE color: 13518806.
HSL color Cylindrical-coordinate representation of color #D647CE: hue angle of 303.36º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D647CE is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 206 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.16 |
| HSL | 303.36º | 0.64% | 0.56% | - |
| HSV(B) | 303.36º | 0.67% | 0.84% | - |
| XYZ | 41.13 | 23.26 | 60.71 | - |
| YUV | 129.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 206 | 0 | 0.67 | 0.04 | 0.16 | 303.36 | 0.64 | 0.56 |
| Hex | D6 | 47 | CE | 0 | 43 | 4 | 10 | 12F | 40 | 38 |
| Octal | 326 | 107 | 316 | 0 | 103 | 4 | 20 | 457 | 100 | 70 |
| Binary | 11010110 | 1000111 | 11001110 | 0 | 1000011 | 100 | 10000 | 100101111 | 1000000 | 111000 |
Color Harmonies of #D647CE
Complementary color
Monochromatic Colors of #D647CE
Black with #D647CE
Text Example
Text Example
White with #D647CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D647CE; }
p { color: rgb(214,71,206); }
H1.HeaderClassName
{
color: #D647CE;
}
.AnyTagClassName
{
color: #D647CE;
}
</style>
background-color css
<style>
a { background-color: #D647CE; }
a { background-color: rgb(214,71,206); }
div.DivClassName
{
background-color: #D647CE;
}
.BgClassName
{
background-color: #D647CE;
}
</style>
border-color css
<style>
span { border-color: #D647CE; }
span { border-color: rgb(214,71,206); }
td.TdClassName
{
border-color: #D647CE;
}
.TagClassName
{
border-color: #D647CE;
}
</style>