Html Css Color HEX #D742DC Free Speech Magenta
📋 copy color: '#D742DC'red 215 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #D742DC
Tints of Free Speech Magenta #D742DC
RGB
CMYK
RGB Variations
Color information
#D742DC (or 0xD742DC) is known color: Free Speech Magenta. HEX triplet: D7, 42 and DC. RGB value is (215,66,220). Sum of RGB (Red+Green+Blue) = 215+66+220=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #D742DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742DC is #28BD23. Grayscale: #7F7F7F. Windows color (decimal): -2669860 or 14435031. OLE color: 14435031.
HSL color Cylindrical-coordinate representation of color #D742DC: hue angle of 298.05º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D742DC is Cyan = 0.02, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 66 | 220 | - |
| CMYK | 0.02 | 0.7 | 0 | 0.14 |
| HSL | 298.05º | 0.69% | 0.56% | - |
| HSV(B) | 298.05º | 0.7% | 0.86% | - |
| XYZ | 42.89 | 23.51 | 69.99 | - |
| YUV | 128.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 220 | 0.02 | 0.7 | 0 | 0.14 | 298.05 | 0.69 | 0.56 |
| Hex | D7 | 42 | DC | 2 | 46 | 0 | E | 12A | 45 | 38 |
| Octal | 327 | 102 | 334 | 2 | 106 | 0 | 16 | 452 | 105 | 70 |
| Binary | 11010111 | 1000010 | 11011100 | 10 | 1000110 | 0 | 1110 | 100101010 | 1000101 | 111000 |
Color Harmonies of #D742DC
Complementary color
Monochromatic Colors of #D742DC
Black with #D742DC
Text Example
Text Example
White with #D742DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742DC; }
p { color: rgb(215,66,220); }
H1.HeaderClassName
{
color: #D742DC;
}
.AnyTagClassName
{
color: #D742DC;
}
</style>
background-color css
<style>
a { background-color: #D742DC; }
a { background-color: rgb(215,66,220); }
div.DivClassName
{
background-color: #D742DC;
}
.BgClassName
{
background-color: #D742DC;
}
</style>
border-color css
<style>
span { border-color: #D742DC; }
span { border-color: rgb(215,66,220); }
td.TdClassName
{
border-color: #D742DC;
}
.TagClassName
{
border-color: #D742DC;
}
</style>