Html Css Color HEX #D74CED Free Speech Magenta
📋 copy color: '#D74CED'red 215 ◦ green 76 ◦ blue 237
Shades of Free Speech Magenta #D74CED
Tints of Free Speech Magenta #D74CED
RGB
CMYK
RGB Variations
Color information
#D74CED (or 0xD74CED) is known color: Free Speech Magenta. HEX triplet: D7, 4C and ED. RGB value is (215,76,237). Sum of RGB (Red+Green+Blue) = 215+76+237=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #D74CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74CED is #28B312. Grayscale: #878787. Windows color (decimal): -2667283 or 15551703. OLE color: 15551703.
HSL color Cylindrical-coordinate representation of color #D74CED: hue angle of 291.8º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74CED is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 76 | 237 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.07 |
| HSL | 291.8º | 0.82% | 0.61% | - |
| HSV(B) | 291.8º | 0.68% | 0.93% | - |
| XYZ | 45.89 | 25.73 | 82.67 | - |
| YUV | 135.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 237 | 0.09 | 0.68 | 0 | 0.07 | 291.8 | 0.82 | 0.61 |
| Hex | D7 | 4C | ED | 9 | 44 | 0 | 7 | 124 | 52 | 3D |
| Octal | 327 | 114 | 355 | 11 | 104 | 0 | 7 | 444 | 122 | 75 |
| Binary | 11010111 | 1001100 | 11101101 | 1001 | 1000100 | 0 | 111 | 100100100 | 1010010 | 111101 |
Color Harmonies of #D74CED
Complementary color
Monochromatic Colors of #D74CED
Black with #D74CED
Text Example
Text Example
White with #D74CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CED; }
p { color: rgb(215,76,237); }
H1.HeaderClassName
{
color: #D74CED;
}
.AnyTagClassName
{
color: #D74CED;
}
</style>
background-color css
<style>
a { background-color: #D74CED; }
a { background-color: rgb(215,76,237); }
div.DivClassName
{
background-color: #D74CED;
}
.BgClassName
{
background-color: #D74CED;
}
</style>
border-color css
<style>
span { border-color: #D74CED; }
span { border-color: rgb(215,76,237); }
td.TdClassName
{
border-color: #D74CED;
}
.TagClassName
{
border-color: #D74CED;
}
</style>