Html Css Color HEX #D647CB Free Speech Magenta
📋 copy color: '#D647CB'red 214 ◦ green 71 ◦ blue 203
Shades of Free Speech Magenta #D647CB
Tints of Free Speech Magenta #D647CB
RGB
CMYK
RGB Variations
Color information
#D647CB (or 0xD647CB) is known color: Free Speech Magenta. HEX triplet: D6, 47 and CB. RGB value is (214,71,203). Sum of RGB (Red+Green+Blue) = 214+71+203=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D647CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647CB is #29B834. Grayscale: #808080. Windows color (decimal): -2734133 or 13322198. OLE color: 13322198.
HSL color Cylindrical-coordinate representation of color #D647CB: hue angle of 304.62º 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 #D647CB is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 203 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.16 |
| HSL | 304.62º | 0.64% | 0.56% | - |
| HSV(B) | 304.62º | 0.67% | 0.84% | - |
| XYZ | 40.76 | 23.11 | 58.81 | - |
| YUV | 128.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 203 | 0 | 0.67 | 0.05 | 0.16 | 304.62 | 0.64 | 0.56 |
| Hex | D6 | 47 | CB | 0 | 43 | 5 | 10 | 131 | 40 | 38 |
| Octal | 326 | 107 | 313 | 0 | 103 | 5 | 20 | 461 | 100 | 70 |
| Binary | 11010110 | 1000111 | 11001011 | 0 | 1000011 | 101 | 10000 | 100110001 | 1000000 | 111000 |
Color Harmonies of #D647CB
Complementary color
Monochromatic Colors of #D647CB
Black with #D647CB
Text Example
Text Example
White with #D647CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D647CB; }
p { color: rgb(214,71,203); }
H1.HeaderClassName
{
color: #D647CB;
}
.AnyTagClassName
{
color: #D647CB;
}
</style>
background-color css
<style>
a { background-color: #D647CB; }
a { background-color: rgb(214,71,203); }
div.DivClassName
{
background-color: #D647CB;
}
.BgClassName
{
background-color: #D647CB;
}
</style>
border-color css
<style>
span { border-color: #D647CB; }
span { border-color: rgb(214,71,203); }
td.TdClassName
{
border-color: #D647CB;
}
.TagClassName
{
border-color: #D647CB;
}
</style>