Html Css Color HEX #D650CB Free Speech Magenta
📋 copy color: '#D650CB'red 214 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #D650CB
Tints of Free Speech Magenta #D650CB
RGB
CMYK
RGB Variations
Color information
#D650CB (or 0xD650CB) is known color: Free Speech Magenta. HEX triplet: D6, 50 and CB. RGB value is (214,80,203). Sum of RGB (Red+Green+Blue) = 214+80+203=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D650CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650CB is #29AF34. Grayscale: #858585. Windows color (decimal): -2731829 or 13324502. OLE color: 13324502.
HSL color Cylindrical-coordinate representation of color #D650CB: hue angle of 304.93º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650CB is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 203 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.16 |
| HSL | 304.93º | 0.62% | 0.58% | - |
| HSV(B) | 304.93º | 0.63% | 0.84% | - |
| XYZ | 41.38 | 24.35 | 59.02 | - |
| YUV | 134.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 203 | 0 | 0.63 | 0.05 | 0.16 | 304.93 | 0.62 | 0.58 |
| Hex | D6 | 50 | CB | 0 | 3F | 5 | 10 | 131 | 3E | 3A |
| Octal | 326 | 120 | 313 | 0 | 77 | 5 | 20 | 461 | 76 | 72 |
| Binary | 11010110 | 1010000 | 11001011 | 0 | 111111 | 101 | 10000 | 100110001 | 111110 | 111010 |
Color Harmonies of #D650CB
Complementary color
Monochromatic Colors of #D650CB
Black with #D650CB
Text Example
Text Example
White with #D650CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D650CB; }
p { color: rgb(214,80,203); }
H1.HeaderClassName
{
color: #D650CB;
}
.AnyTagClassName
{
color: #D650CB;
}
</style>
background-color css
<style>
a { background-color: #D650CB; }
a { background-color: rgb(214,80,203); }
div.DivClassName
{
background-color: #D650CB;
}
.BgClassName
{
background-color: #D650CB;
}
</style>
border-color css
<style>
span { border-color: #D650CB; }
span { border-color: rgb(214,80,203); }
td.TdClassName
{
border-color: #D650CB;
}
.TagClassName
{
border-color: #D650CB;
}
</style>