Html Css Color HEX #D75ECB Free Speech Magenta
📋 copy color: '#D75ECB'red 215 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #D75ECB
Tints of Free Speech Magenta #D75ECB
RGB
CMYK
RGB Variations
Color information
#D75ECB (or 0xD75ECB) is known color: Free Speech Magenta. HEX triplet: D7, 5E and CB. RGB value is (215,94,203). Sum of RGB (Red+Green+Blue) = 215+94+203=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ECB is #28A134. Grayscale: #8E8E8E. Windows color (decimal): -2662709 or 13328087. OLE color: 13328087.
HSL color Cylindrical-coordinate representation of color #D75ECB: hue angle of 305.95º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75ECB is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 203 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.16 |
| HSL | 305.95º | 0.6% | 0.61% | - |
| HSV(B) | 305.95º | 0.56% | 0.84% | - |
| XYZ | 42.81 | 26.76 | 59.41 | - |
| YUV | 142.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 203 | 0 | 0.56 | 0.06 | 0.16 | 305.95 | 0.6 | 0.61 |
| Hex | D7 | 5E | CB | 0 | 38 | 6 | 10 | 132 | 3C | 3D |
| Octal | 327 | 136 | 313 | 0 | 70 | 6 | 20 | 462 | 74 | 75 |
| Binary | 11010111 | 1011110 | 11001011 | 0 | 111000 | 110 | 10000 | 100110010 | 111100 | 111101 |
Color Harmonies of #D75ECB
Complementary color
Monochromatic Colors of #D75ECB
Black with #D75ECB
Text Example
Text Example
White with #D75ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75ECB; }
p { color: rgb(215,94,203); }
H1.HeaderClassName
{
color: #D75ECB;
}
.AnyTagClassName
{
color: #D75ECB;
}
</style>
background-color css
<style>
a { background-color: #D75ECB; }
a { background-color: rgb(215,94,203); }
div.DivClassName
{
background-color: #D75ECB;
}
.BgClassName
{
background-color: #D75ECB;
}
</style>
border-color css
<style>
span { border-color: #D75ECB; }
span { border-color: rgb(215,94,203); }
td.TdClassName
{
border-color: #D75ECB;
}
.TagClassName
{
border-color: #D75ECB;
}
</style>