Html Css Color HEX #D74CDD Free Speech Magenta
📋 copy color: '#D74CDD'red 215 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #D74CDD
Tints of Free Speech Magenta #D74CDD
RGB
CMYK
RGB Variations
Color information
#D74CDD (or 0xD74CDD) is known color: Free Speech Magenta. HEX triplet: D7, 4C and DD. RGB value is (215,76,221). Sum of RGB (Red+Green+Blue) = 215+76+221=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #D74CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CDD is #28B322. Grayscale: #858585. Windows color (decimal): -2667299 or 14503127. OLE color: 14503127.
HSL color Cylindrical-coordinate representation of color #D74CDD: hue angle of 297.52º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74CDD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 76 | 221 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.13 |
| HSL | 297.52º | 0.68% | 0.58% | - |
| HSV(B) | 297.52º | 0.66% | 0.87% | - |
| XYZ | 43.66 | 24.84 | 70.9 | - |
| YUV | 134.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 221 | 0.03 | 0.66 | 0 | 0.13 | 297.52 | 0.68 | 0.58 |
| Hex | D7 | 4C | DD | 3 | 42 | 0 | D | 12A | 44 | 3A |
| Octal | 327 | 114 | 335 | 3 | 102 | 0 | 15 | 452 | 104 | 72 |
| Binary | 11010111 | 1001100 | 11011101 | 11 | 1000010 | 0 | 1101 | 100101010 | 1000100 | 111010 |
Color Harmonies of #D74CDD
Complementary color
Monochromatic Colors of #D74CDD
Black with #D74CDD
Text Example
Text Example
White with #D74CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CDD; }
p { color: rgb(215,76,221); }
H1.HeaderClassName
{
color: #D74CDD;
}
.AnyTagClassName
{
color: #D74CDD;
}
</style>
background-color css
<style>
a { background-color: #D74CDD; }
a { background-color: rgb(215,76,221); }
div.DivClassName
{
background-color: #D74CDD;
}
.BgClassName
{
background-color: #D74CDD;
}
</style>
border-color css
<style>
span { border-color: #D74CDD; }
span { border-color: rgb(215,76,221); }
td.TdClassName
{
border-color: #D74CDD;
}
.TagClassName
{
border-color: #D74CDD;
}
</style>