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