Html Css Color HEX #DD46DA Free Speech Magenta
📋 copy color: '#DD46DA'red 221 ◦ green 70 ◦ blue 218
Shades of Free Speech Magenta #DD46DA
Tints of Free Speech Magenta #DD46DA
RGB
CMYK
RGB Variations
Color information
#DD46DA (or 0xDD46DA) is known color: Free Speech Magenta. HEX triplet: DD, 46 and DA. RGB value is (221,70,218). Sum of RGB (Red+Green+Blue) = 221+70+218=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46DA is #22B925. Grayscale: #838383. Windows color (decimal): -2275622 or 14304989. OLE color: 14304989.
HSL color Cylindrical-coordinate representation of color #DD46DA: hue angle of 301.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46DA is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 70 | 218 | - |
CMYK | 0 | 0.68 | 0.01 | 0.13 |
HSL | 301.19º | 0.69% | 0.57% | - |
HSV(B) | 301.19º | 0.68% | 0.87% | - |
XYZ | 44.66 | 24.81 | 68.77 | - |
YUV | 132.02 | 176.53 | 191.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 70 | 218 | 0 | 0.68 | 0.01 | 0.13 | 301.19 | 0.69 | 0.57 |
Hex | DD | 46 | DA | 0 | 44 | 1 | D | 12D | 45 | 39 |
Octal | 335 | 106 | 332 | 0 | 104 | 1 | 15 | 455 | 105 | 71 |
Binary | 11011101 | 1000110 | 11011010 | 0 | 1000100 | 1 | 1101 | 100101101 | 1000101 | 111001 |
Color Harmonies of #DD46DA
Complementary color
Monochromatic Colors of #DD46DA
Black with #DD46DA
Text Example
Text Example
White with #DD46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46DA; }
p { color: rgb(221,70,218); }
H1.HeaderClassName
{
color: #DD46DA;
}
.AnyTagClassName
{
color: #DD46DA;
}
</style>
background-color css
<style>
a { background-color: #DD46DA; }
a { background-color: rgb(221,70,218); }
div.DivClassName
{
background-color: #DD46DA;
}
.BgClassName
{
background-color: #DD46DA;
}
</style>
border-color css
<style>
span { border-color: #DD46DA; }
span { border-color: rgb(221,70,218); }
td.TdClassName
{
border-color: #DD46DA;
}
.TagClassName
{
border-color: #DD46DA;
}
</style>