Html Css Color HEX #D74CCC Free Speech Magenta
📋 copy color: '#D74CCC'red 215 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #D74CCC
Tints of Free Speech Magenta #D74CCC
RGB
CMYK
RGB Variations
Color information
#D74CCC (or 0xD74CCC) is known color: Free Speech Magenta. HEX triplet: D7, 4C and CC. RGB value is (215,76,204). Sum of RGB (Red+Green+Blue) = 215+76+204=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CCC is #28B333. Grayscale: #838383. Windows color (decimal): -2667316 or 13389015. OLE color: 13389015.
HSL color Cylindrical-coordinate representation of color #D74CCC: 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 #D74CCC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 204 | - |
| 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.51 | 23.98 | 59.57 | - |
| YUV | 132.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 204 | 0 | 0.65 | 0.05 | 0.16 | 304.75 | 0.63 | 0.57 |
| Hex | D7 | 4C | CC | 0 | 41 | 5 | 10 | 131 | 3F | 39 |
| Octal | 327 | 114 | 314 | 0 | 101 | 5 | 20 | 461 | 77 | 71 |
| Binary | 11010111 | 1001100 | 11001100 | 0 | 1000001 | 101 | 10000 | 100110001 | 111111 | 111001 |
Color Harmonies of #D74CCC
Complementary color
Monochromatic Colors of #D74CCC
Black with #D74CCC
Text Example
Text Example
White with #D74CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CCC; }
p { color: rgb(215,76,204); }
H1.HeaderClassName
{
color: #D74CCC;
}
.AnyTagClassName
{
color: #D74CCC;
}
</style>
background-color css
<style>
a { background-color: #D74CCC; }
a { background-color: rgb(215,76,204); }
div.DivClassName
{
background-color: #D74CCC;
}
.BgClassName
{
background-color: #D74CCC;
}
</style>
border-color css
<style>
span { border-color: #D74CCC; }
span { border-color: rgb(215,76,204); }
td.TdClassName
{
border-color: #D74CCC;
}
.TagClassName
{
border-color: #D74CCC;
}
</style>