Html Css Color HEX #DD3AF7 Free Speech Magenta
📋 copy color: '#DD3AF7'red 221 ◦ green 58 ◦ blue 247
Shades of Free Speech Magenta #DD3AF7
Tints of Free Speech Magenta #DD3AF7
RGB
CMYK
RGB Variations
Color information
#DD3AF7 (or 0xDD3AF7) is known color: Free Speech Magenta. HEX triplet: DD, 3A and F7. RGB value is (221,58,247). Sum of RGB (Red+Green+Blue) = 221+58+247=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD3AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3AF7 is #22C508. Grayscale: #7F7F7F. Windows color (decimal): -2278665 or 16202461. OLE color: 16202461.
HSL color Cylindrical-coordinate representation of color #DD3AF7: hue angle of 291.75º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3AF7 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 58 | 247 | - |
CMYK | 0.11 | 0.77 | 0 | 0.03 |
HSL | 291.75º | 0.92% | 0.6% | - |
HSV(B) | 291.75º | 0.77% | 0.97% | - |
XYZ | 48.12 | 25.11 | 90.31 | - |
YUV | 128.28 | 195 | 194.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 58 | 247 | 0.11 | 0.77 | 0 | 0.03 | 291.75 | 0.92 | 0.6 |
Hex | DD | 3A | F7 | B | 4D | 0 | 3 | 124 | 5C | 3C |
Octal | 335 | 72 | 367 | 13 | 115 | 0 | 3 | 444 | 134 | 74 |
Binary | 11011101 | 111010 | 11110111 | 1011 | 1001101 | 0 | 11 | 100100100 | 1011100 | 111100 |
Color Harmonies of #DD3AF7
Complementary color
Monochromatic Colors of #DD3AF7
Black with #DD3AF7
Text Example
Text Example
White with #DD3AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3AF7; }
p { color: rgb(221,58,247); }
H1.HeaderClassName
{
color: #DD3AF7;
}
.AnyTagClassName
{
color: #DD3AF7;
}
</style>
background-color css
<style>
a { background-color: #DD3AF7; }
a { background-color: rgb(221,58,247); }
div.DivClassName
{
background-color: #DD3AF7;
}
.BgClassName
{
background-color: #DD3AF7;
}
</style>
border-color css
<style>
span { border-color: #DD3AF7; }
span { border-color: rgb(221,58,247); }
td.TdClassName
{
border-color: #DD3AF7;
}
.TagClassName
{
border-color: #DD3AF7;
}
</style>