Html Css Color HEX #D649CB Free Speech Magenta
📋 copy color: '#D649CB'red 214 ◦ green 73 ◦ blue 203
Shades of Free Speech Magenta #D649CB
Tints of Free Speech Magenta #D649CB
RGB
CMYK
RGB Variations
Color information
#D649CB (or 0xD649CB) is known color: Free Speech Magenta. HEX triplet: D6, 49 and CB. RGB value is (214,73,203). Sum of RGB (Red+Green+Blue) = 214+73+203=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D649CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649CB is #29B634. Grayscale: #818181. Windows color (decimal): -2733621 or 13322710. OLE color: 13322710.
HSL color Cylindrical-coordinate representation of color #D649CB: hue angle of 304.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D649CB is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 203 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.16 |
| HSL | 304.68º | 0.63% | 0.56% | - |
| HSV(B) | 304.68º | 0.66% | 0.84% | - |
| XYZ | 40.89 | 23.37 | 58.86 | - |
| YUV | 129.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 203 | 0 | 0.66 | 0.05 | 0.16 | 304.68 | 0.63 | 0.56 |
| Hex | D6 | 49 | CB | 0 | 42 | 5 | 10 | 131 | 3F | 38 |
| Octal | 326 | 111 | 313 | 0 | 102 | 5 | 20 | 461 | 77 | 70 |
| Binary | 11010110 | 1001001 | 11001011 | 0 | 1000010 | 101 | 10000 | 100110001 | 111111 | 111000 |
Color Harmonies of #D649CB
Complementary color
Monochromatic Colors of #D649CB
Black with #D649CB
Text Example
Text Example
White with #D649CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649CB; }
p { color: rgb(214,73,203); }
H1.HeaderClassName
{
color: #D649CB;
}
.AnyTagClassName
{
color: #D649CB;
}
</style>
background-color css
<style>
a { background-color: #D649CB; }
a { background-color: rgb(214,73,203); }
div.DivClassName
{
background-color: #D649CB;
}
.BgClassName
{
background-color: #D649CB;
}
</style>
border-color css
<style>
span { border-color: #D649CB; }
span { border-color: rgb(214,73,203); }
td.TdClassName
{
border-color: #D649CB;
}
.TagClassName
{
border-color: #D649CB;
}
</style>