Html Css Color HEX #D74ACB Free Speech Magenta
📋 copy color: '#D74ACB'red 215 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #D74ACB
Tints of Free Speech Magenta #D74ACB
RGB
CMYK
RGB Variations
Color information
#D74ACB (or 0xD74ACB) is known color: Free Speech Magenta. HEX triplet: D7, 4A and CB. RGB value is (215,74,203). Sum of RGB (Red+Green+Blue) = 215+74+203=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ACB is #28B534. Grayscale: #828282. Windows color (decimal): -2667829 or 13322967. OLE color: 13322967.
HSL color Cylindrical-coordinate representation of color #D74ACB: hue angle of 305.11º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74ACB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 203 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.16 |
| HSL | 305.11º | 0.64% | 0.57% | - |
| HSV(B) | 305.11º | 0.66% | 0.84% | - |
| XYZ | 41.25 | 23.66 | 58.89 | - |
| YUV | 130.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 203 | 0 | 0.66 | 0.06 | 0.16 | 305.11 | 0.64 | 0.57 |
| Hex | D7 | 4A | CB | 0 | 42 | 6 | 10 | 131 | 40 | 39 |
| Octal | 327 | 112 | 313 | 0 | 102 | 6 | 20 | 461 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11001011 | 0 | 1000010 | 110 | 10000 | 100110001 | 1000000 | 111001 |
Color Harmonies of #D74ACB
Complementary color
Monochromatic Colors of #D74ACB
Black with #D74ACB
Text Example
Text Example
White with #D74ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ACB; }
p { color: rgb(215,74,203); }
H1.HeaderClassName
{
color: #D74ACB;
}
.AnyTagClassName
{
color: #D74ACB;
}
</style>
background-color css
<style>
a { background-color: #D74ACB; }
a { background-color: rgb(215,74,203); }
div.DivClassName
{
background-color: #D74ACB;
}
.BgClassName
{
background-color: #D74ACB;
}
</style>
border-color css
<style>
span { border-color: #D74ACB; }
span { border-color: rgb(215,74,203); }
td.TdClassName
{
border-color: #D74ACB;
}
.TagClassName
{
border-color: #D74ACB;
}
</style>