Html Css Color HEX #D24ADE Free Speech Magenta
📋 copy color: '#D24ADE'red 210 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #D24ADE
Tints of Free Speech Magenta #D24ADE
RGB
CMYK
RGB Variations
Color information
#D24ADE (or 0xD24ADE) is known color: Free Speech Magenta. HEX triplet: D2, 4A and DE. RGB value is (210,74,222). Sum of RGB (Red+Green+Blue) = 210+74+222=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #D24ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ADE is #2DB521. Grayscale: #838383. Windows color (decimal): -2995490 or 14568146. OLE color: 14568146.
HSL color Cylindrical-coordinate representation of color #D24ADE: hue angle of 295.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24ADE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 74 | 222 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.13 |
| HSL | 295.14º | 0.69% | 0.58% | - |
| HSV(B) | 295.14º | 0.67% | 0.87% | - |
| XYZ | 42.21 | 23.87 | 71.49 | - |
| YUV | 131.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 222 | 0.05 | 0.67 | 0 | 0.13 | 295.14 | 0.69 | 0.58 |
| Hex | D2 | 4A | DE | 5 | 43 | 0 | D | 127 | 45 | 3A |
| Octal | 322 | 112 | 336 | 5 | 103 | 0 | 15 | 447 | 105 | 72 |
| Binary | 11010010 | 1001010 | 11011110 | 101 | 1000011 | 0 | 1101 | 100100111 | 1000101 | 111010 |
Color Harmonies of #D24ADE
Complementary color
Monochromatic Colors of #D24ADE
Black with #D24ADE
Text Example
Text Example
White with #D24ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ADE; }
p { color: rgb(210,74,222); }
H1.HeaderClassName
{
color: #D24ADE;
}
.AnyTagClassName
{
color: #D24ADE;
}
</style>
background-color css
<style>
a { background-color: #D24ADE; }
a { background-color: rgb(210,74,222); }
div.DivClassName
{
background-color: #D24ADE;
}
.BgClassName
{
background-color: #D24ADE;
}
</style>
border-color css
<style>
span { border-color: #D24ADE; }
span { border-color: rgb(210,74,222); }
td.TdClassName
{
border-color: #D24ADE;
}
.TagClassName
{
border-color: #D24ADE;
}
</style>