Html Css Color HEX #D242DC Free Speech Magenta
📋 copy color: '#D242DC'red 210 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #D242DC
Tints of Free Speech Magenta #D242DC
RGB
CMYK
RGB Variations
Color information
#D242DC (or 0xD242DC) is known color: Free Speech Magenta. HEX triplet: D2, 42 and DC. RGB value is (210,66,220). Sum of RGB (Red+Green+Blue) = 210+66+220=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #D242DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242DC is #2DBD23. Grayscale: #7E7E7E. Windows color (decimal): -2997540 or 14435026. OLE color: 14435026.
HSL color Cylindrical-coordinate representation of color #D242DC: hue angle of 296.1º 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 #D242DC is Cyan = 0.05, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 66 | 220 | - |
| CMYK | 0.05 | 0.7 | 0 | 0.14 |
| HSL | 296.1º | 0.69% | 0.56% | - |
| HSV(B) | 296.1º | 0.7% | 0.86% | - |
| XYZ | 41.44 | 22.77 | 69.92 | - |
| YUV | 126.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 220 | 0.05 | 0.7 | 0 | 0.14 | 296.1 | 0.69 | 0.56 |
| Hex | D2 | 42 | DC | 5 | 46 | 0 | E | 128 | 45 | 38 |
| Octal | 322 | 102 | 334 | 5 | 106 | 0 | 16 | 450 | 105 | 70 |
| Binary | 11010010 | 1000010 | 11011100 | 101 | 1000110 | 0 | 1110 | 100101000 | 1000101 | 111000 |
Color Harmonies of #D242DC
Complementary color
Monochromatic Colors of #D242DC
Black with #D242DC
Text Example
Text Example
White with #D242DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242DC; }
p { color: rgb(210,66,220); }
H1.HeaderClassName
{
color: #D242DC;
}
.AnyTagClassName
{
color: #D242DC;
}
</style>
background-color css
<style>
a { background-color: #D242DC; }
a { background-color: rgb(210,66,220); }
div.DivClassName
{
background-color: #D242DC;
}
.BgClassName
{
background-color: #D242DC;
}
</style>
border-color css
<style>
span { border-color: #D242DC; }
span { border-color: rgb(210,66,220); }
td.TdClassName
{
border-color: #D242DC;
}
.TagClassName
{
border-color: #D242DC;
}
</style>