Html Css Color HEX #D24ADC Free Speech Magenta
📋 copy color: '#D24ADC'red 210 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #D24ADC
Tints of Free Speech Magenta #D24ADC
RGB
CMYK
RGB Variations
Color information
#D24ADC (or 0xD24ADC) is known color: Free Speech Magenta. HEX triplet: D2, 4A and DC. RGB value is (210,74,220). Sum of RGB (Red+Green+Blue) = 210+74+220=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #D24ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ADC is #2DB523. Grayscale: #828282. Windows color (decimal): -2995492 or 14437074. OLE color: 14437074.
HSL color Cylindrical-coordinate representation of color #D24ADC: hue angle of 295.89º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24ADC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 74 | 220 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.14 |
| HSL | 295.89º | 0.68% | 0.58% | - |
| HSV(B) | 295.89º | 0.66% | 0.86% | - |
| XYZ | 41.95 | 23.77 | 70.09 | - |
| YUV | 131.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 220 | 0.05 | 0.66 | 0 | 0.14 | 295.89 | 0.68 | 0.58 |
| Hex | D2 | 4A | DC | 5 | 42 | 0 | E | 128 | 44 | 3A |
| Octal | 322 | 112 | 334 | 5 | 102 | 0 | 16 | 450 | 104 | 72 |
| Binary | 11010010 | 1001010 | 11011100 | 101 | 1000010 | 0 | 1110 | 100101000 | 1000100 | 111010 |
Color Harmonies of #D24ADC
Complementary color
Monochromatic Colors of #D24ADC
Black with #D24ADC
Text Example
Text Example
White with #D24ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ADC; }
p { color: rgb(210,74,220); }
H1.HeaderClassName
{
color: #D24ADC;
}
.AnyTagClassName
{
color: #D24ADC;
}
</style>
background-color css
<style>
a { background-color: #D24ADC; }
a { background-color: rgb(210,74,220); }
div.DivClassName
{
background-color: #D24ADC;
}
.BgClassName
{
background-color: #D24ADC;
}
</style>
border-color css
<style>
span { border-color: #D24ADC; }
span { border-color: rgb(210,74,220); }
td.TdClassName
{
border-color: #D24ADC;
}
.TagClassName
{
border-color: #D24ADC;
}
</style>