Html Css Color HEX #D75ACB Free Speech Magenta
📋 copy color: '#D75ACB'red 215 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #D75ACB
Tints of Free Speech Magenta #D75ACB
RGB
CMYK
RGB Variations
Color information
#D75ACB (or 0xD75ACB) is known color: Free Speech Magenta. HEX triplet: D7, 5A and CB. RGB value is (215,90,203). Sum of RGB (Red+Green+Blue) = 215+90+203=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ACB is #28A534. Grayscale: #8B8B8B. Windows color (decimal): -2663733 or 13327063. OLE color: 13327063.
HSL color Cylindrical-coordinate representation of color #D75ACB: hue angle of 305.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75ACB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 203 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.16 |
| HSL | 305.76º | 0.61% | 0.6% | - |
| HSV(B) | 305.76º | 0.58% | 0.84% | - |
| XYZ | 42.46 | 26.07 | 59.29 | - |
| YUV | 140.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 203 | 0 | 0.58 | 0.06 | 0.16 | 305.76 | 0.61 | 0.6 |
| Hex | D7 | 5A | CB | 0 | 3A | 6 | 10 | 132 | 3D | 3C |
| Octal | 327 | 132 | 313 | 0 | 72 | 6 | 20 | 462 | 75 | 74 |
| Binary | 11010111 | 1011010 | 11001011 | 0 | 111010 | 110 | 10000 | 100110010 | 111101 | 111100 |
Color Harmonies of #D75ACB
Complementary color
Monochromatic Colors of #D75ACB
Black with #D75ACB
Text Example
Text Example
White with #D75ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75ACB; }
p { color: rgb(215,90,203); }
H1.HeaderClassName
{
color: #D75ACB;
}
.AnyTagClassName
{
color: #D75ACB;
}
</style>
background-color css
<style>
a { background-color: #D75ACB; }
a { background-color: rgb(215,90,203); }
div.DivClassName
{
background-color: #D75ACB;
}
.BgClassName
{
background-color: #D75ACB;
}
</style>
border-color css
<style>
span { border-color: #D75ACB; }
span { border-color: rgb(215,90,203); }
td.TdClassName
{
border-color: #D75ACB;
}
.TagClassName
{
border-color: #D75ACB;
}
</style>