Html Css Color HEX #D64BCB Free Speech Magenta
📋 copy color: '#D64BCB'red 214 ◦ green 75 ◦ blue 203
Shades of Free Speech Magenta #D64BCB
Tints of Free Speech Magenta #D64BCB
RGB
CMYK
RGB Variations
Color information
#D64BCB (or 0xD64BCB) is known color: Free Speech Magenta. HEX triplet: D6, 4B and CB. RGB value is (214,75,203). Sum of RGB (Red+Green+Blue) = 214+75+203=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BCB is #29B434. Grayscale: #828282. Windows color (decimal): -2733109 or 13323222. OLE color: 13323222.
HSL color Cylindrical-coordinate representation of color #D64BCB: hue angle of 304.75º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BCB is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 203 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.16 |
| HSL | 304.75º | 0.63% | 0.57% | - |
| HSV(B) | 304.75º | 0.65% | 0.84% | - |
| XYZ | 41.03 | 23.64 | 58.9 | - |
| YUV | 131.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 203 | 0 | 0.65 | 0.05 | 0.16 | 304.75 | 0.63 | 0.57 |
| Hex | D6 | 4B | CB | 0 | 41 | 5 | 10 | 131 | 3F | 39 |
| Octal | 326 | 113 | 313 | 0 | 101 | 5 | 20 | 461 | 77 | 71 |
| Binary | 11010110 | 1001011 | 11001011 | 0 | 1000001 | 101 | 10000 | 100110001 | 111111 | 111001 |
Color Harmonies of #D64BCB
Complementary color
Monochromatic Colors of #D64BCB
Black with #D64BCB
Text Example
Text Example
White with #D64BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BCB; }
p { color: rgb(214,75,203); }
H1.HeaderClassName
{
color: #D64BCB;
}
.AnyTagClassName
{
color: #D64BCB;
}
</style>
background-color css
<style>
a { background-color: #D64BCB; }
a { background-color: rgb(214,75,203); }
div.DivClassName
{
background-color: #D64BCB;
}
.BgClassName
{
background-color: #D64BCB;
}
</style>
border-color css
<style>
span { border-color: #D64BCB; }
span { border-color: rgb(214,75,203); }
td.TdClassName
{
border-color: #D64BCB;
}
.TagClassName
{
border-color: #D64BCB;
}
</style>