Html Css Color HEX #DD4AF6 Free Speech Magenta
📋 copy color: '#DD4AF6'red 221 ◦ green 74 ◦ blue 246
Shades of Free Speech Magenta #DD4AF6
Tints of Free Speech Magenta #DD4AF6
RGB
CMYK
RGB Variations
Color information
#DD4AF6 (or 0xDD4AF6) is known color: Free Speech Magenta. HEX triplet: DD, 4A and F6. RGB value is (221,74,246). Sum of RGB (Red+Green+Blue) = 221+74+246=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD4AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AF6 is #22B509. Grayscale: #898989. Windows color (decimal): -2274570 or 16141021. OLE color: 16141021.
HSL color Cylindrical-coordinate representation of color #DD4AF6: hue angle of 291.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4AF6 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 74 | 246 | - |
CMYK | 0.10 | 0.70 | 0 | 0.04 |
HSL | 291.28º | 0.91% | 0.63% | - |
HSV(B) | 291.28º | 0.7% | 0.96% | - |
XYZ | 48.9 | 26.92 | 89.81 | - |
YUV | 137.56 | 189.2 | 187.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 74 | 246 | 0.10 | 0.70 | 0 | 0.04 | 291.28 | 0.91 | 0.63 |
Hex | DD | 4A | F6 | A | 46 | 0 | 4 | 123 | 5B | 3F |
Octal | 335 | 112 | 366 | 12 | 106 | 0 | 4 | 443 | 133 | 77 |
Binary | 11011101 | 1001010 | 11110110 | 1010 | 1000110 | 0 | 100 | 100100011 | 1011011 | 111111 |
Color Harmonies of #DD4AF6
Complementary color
Monochromatic Colors of #DD4AF6
Black with #DD4AF6
Text Example
Text Example
White with #DD4AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AF6; }
p { color: rgb(221,74,246); }
H1.HeaderClassName
{
color: #DD4AF6;
}
.AnyTagClassName
{
color: #DD4AF6;
}
</style>
background-color css
<style>
a { background-color: #DD4AF6; }
a { background-color: rgb(221,74,246); }
div.DivClassName
{
background-color: #DD4AF6;
}
.BgClassName
{
background-color: #DD4AF6;
}
</style>
border-color css
<style>
span { border-color: #DD4AF6; }
span { border-color: rgb(221,74,246); }
td.TdClassName
{
border-color: #DD4AF6;
}
.TagClassName
{
border-color: #DD4AF6;
}
</style>