Html Css Color HEX #D744CB Free Speech Magenta
📋 copy color: '#D744CB'red 215 ◦ green 68 ◦ blue 203
Shades of Free Speech Magenta #D744CB
Tints of Free Speech Magenta #D744CB
RGB
CMYK
RGB Variations
Color information
#D744CB (or 0xD744CB) is known color: Free Speech Magenta. HEX triplet: D7, 44 and CB. RGB value is (215,68,203). Sum of RGB (Red+Green+Blue) = 215+68+203=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D744CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744CB is #28BB34. Grayscale: #7E7E7E. Windows color (decimal): -2669365 or 13321431. OLE color: 13321431.
HSL color Cylindrical-coordinate representation of color #D744CB: hue angle of 304.9º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D744CB is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 203 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.16 |
| HSL | 304.9º | 0.65% | 0.55% | - |
| HSV(B) | 304.9º | 0.68% | 0.84% | - |
| XYZ | 40.87 | 22.89 | 58.76 | - |
| YUV | 127.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 203 | 0 | 0.68 | 0.06 | 0.16 | 304.9 | 0.65 | 0.55 |
| Hex | D7 | 44 | CB | 0 | 44 | 6 | 10 | 131 | 41 | 37 |
| Octal | 327 | 104 | 313 | 0 | 104 | 6 | 20 | 461 | 101 | 67 |
| Binary | 11010111 | 1000100 | 11001011 | 0 | 1000100 | 110 | 10000 | 100110001 | 1000001 | 110111 |
Color Harmonies of #D744CB
Complementary color
Monochromatic Colors of #D744CB
Black with #D744CB
Text Example
Text Example
White with #D744CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744CB; }
p { color: rgb(215,68,203); }
H1.HeaderClassName
{
color: #D744CB;
}
.AnyTagClassName
{
color: #D744CB;
}
</style>
background-color css
<style>
a { background-color: #D744CB; }
a { background-color: rgb(215,68,203); }
div.DivClassName
{
background-color: #D744CB;
}
.BgClassName
{
background-color: #D744CB;
}
</style>
border-color css
<style>
span { border-color: #D744CB; }
span { border-color: rgb(215,68,203); }
td.TdClassName
{
border-color: #D744CB;
}
.TagClassName
{
border-color: #D744CB;
}
</style>