Html Css Color HEX #DD61C8 Free Speech Magenta
📋 copy color: '#DD61C8'red 221 ◦ green 97 ◦ blue 200
Shades of Free Speech Magenta #DD61C8
Tints of Free Speech Magenta #DD61C8
RGB
CMYK
RGB Variations
Color information
#DD61C8 (or 0xDD61C8) is known color: Free Speech Magenta. HEX triplet: DD, 61 and C8. RGB value is (221,97,200). Sum of RGB (Red+Green+Blue) = 221+97+200=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61C8 is #229E37. Grayscale: #919191. Windows color (decimal): -2268728 or 13132253. OLE color: 13132253.
HSL color Cylindrical-coordinate representation of color #DD61C8: hue angle of 310.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61C8 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 97 | 200 | - |
CMYK | 0 | 0.56 | 0.10 | 0.13 |
HSL | 310.16º | 0.65% | 0.62% | - |
HSV(B) | 310.16º | 0.56% | 0.87% | - |
XYZ | 44.52 | 28.09 | 57.72 | - |
YUV | 145.82 | 158.58 | 181.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 97 | 200 | 0 | 0.56 | 0.10 | 0.13 | 310.16 | 0.65 | 0.62 |
Hex | DD | 61 | C8 | 0 | 38 | A | D | 136 | 41 | 3E |
Octal | 335 | 141 | 310 | 0 | 70 | 12 | 15 | 466 | 101 | 76 |
Binary | 11011101 | 1100001 | 11001000 | 0 | 111000 | 1010 | 1101 | 100110110 | 1000001 | 111110 |
Color Harmonies of #DD61C8
Complementary color
Monochromatic Colors of #DD61C8
Black with #DD61C8
Text Example
Text Example
White with #DD61C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61C8; }
p { color: rgb(221,97,200); }
H1.HeaderClassName
{
color: #DD61C8;
}
.AnyTagClassName
{
color: #DD61C8;
}
</style>
background-color css
<style>
a { background-color: #DD61C8; }
a { background-color: rgb(221,97,200); }
div.DivClassName
{
background-color: #DD61C8;
}
.BgClassName
{
background-color: #DD61C8;
}
</style>
border-color css
<style>
span { border-color: #DD61C8; }
span { border-color: rgb(221,97,200); }
td.TdClassName
{
border-color: #DD61C8;
}
.TagClassName
{
border-color: #DD61C8;
}
</style>