Html Css Color HEX #D74CDC Free Speech Magenta
📋 copy color: '#D74CDC'red 215 ◦ green 76 ◦ blue 220
Shades of Free Speech Magenta #D74CDC
Tints of Free Speech Magenta #D74CDC
RGB
CMYK
RGB Variations
Color information
#D74CDC (or 0xD74CDC) is known color: Free Speech Magenta. HEX triplet: D7, 4C and DC. RGB value is (215,76,220). Sum of RGB (Red+Green+Blue) = 215+76+220=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #D74CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CDC is #28B323. Grayscale: #858585. Windows color (decimal): -2667300 or 14437591. OLE color: 14437591.
HSL color Cylindrical-coordinate representation of color #D74CDC: hue angle of 297.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74CDC is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 76 | 220 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.14 |
| HSL | 297.92º | 0.67% | 0.58% | - |
| HSV(B) | 297.92º | 0.65% | 0.86% | - |
| XYZ | 43.53 | 24.78 | 70.2 | - |
| YUV | 133.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 220 | 0.02 | 0.65 | 0 | 0.14 | 297.92 | 0.67 | 0.58 |
| Hex | D7 | 4C | DC | 2 | 41 | 0 | E | 12A | 43 | 3A |
| Octal | 327 | 114 | 334 | 2 | 101 | 0 | 16 | 452 | 103 | 72 |
| Binary | 11010111 | 1001100 | 11011100 | 10 | 1000001 | 0 | 1110 | 100101010 | 1000011 | 111010 |
Color Harmonies of #D74CDC
Complementary color
Monochromatic Colors of #D74CDC
Black with #D74CDC
Text Example
Text Example
White with #D74CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CDC; }
p { color: rgb(215,76,220); }
H1.HeaderClassName
{
color: #D74CDC;
}
.AnyTagClassName
{
color: #D74CDC;
}
</style>
background-color css
<style>
a { background-color: #D74CDC; }
a { background-color: rgb(215,76,220); }
div.DivClassName
{
background-color: #D74CDC;
}
.BgClassName
{
background-color: #D74CDC;
}
</style>
border-color css
<style>
span { border-color: #D74CDC; }
span { border-color: rgb(215,76,220); }
td.TdClassName
{
border-color: #D74CDC;
}
.TagClassName
{
border-color: #D74CDC;
}
</style>