Html Css Color HEX #DD4BDF Free Speech Magenta
📋 copy color: '#DD4BDF'red 221 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #DD4BDF
Tints of Free Speech Magenta #DD4BDF
RGB
CMYK
RGB Variations
Color information
#DD4BDF (or 0xDD4BDF) is known color: Free Speech Magenta. HEX triplet: DD, 4B and DF. RGB value is (221,75,223). Sum of RGB (Red+Green+Blue) = 221+75+223=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BDF is #22B420. Grayscale: #878787. Windows color (decimal): -2274337 or 14633949. OLE color: 14633949.
HSL color Cylindrical-coordinate representation of color #DD4BDF: hue angle of 299.19º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4BDF is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 223 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.13 |
| HSL | 299.19º | 0.7% | 0.58% | - |
| HSV(B) | 299.19º | 0.66% | 0.87% | - |
| XYZ | 45.65 | 25.73 | 72.37 | - |
| YUV | 135.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 223 | 0.01 | 0.66 | 0 | 0.13 | 299.19 | 0.7 | 0.58 |
| Hex | DD | 4B | DF | 1 | 42 | 0 | D | 12B | 46 | 3A |
| Octal | 335 | 113 | 337 | 1 | 102 | 0 | 15 | 453 | 106 | 72 |
| Binary | 11011101 | 1001011 | 11011111 | 1 | 1000010 | 0 | 1101 | 100101011 | 1000110 | 111010 |
Color Harmonies of #DD4BDF
Complementary color
Monochromatic Colors of #DD4BDF
Black with #DD4BDF
Text Example
Text Example
White with #DD4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BDF; }
p { color: rgb(221,75,223); }
H1.HeaderClassName
{
color: #DD4BDF;
}
.AnyTagClassName
{
color: #DD4BDF;
}
</style>
background-color css
<style>
a { background-color: #DD4BDF; }
a { background-color: rgb(221,75,223); }
div.DivClassName
{
background-color: #DD4BDF;
}
.BgClassName
{
background-color: #DD4BDF;
}
</style>
border-color css
<style>
span { border-color: #DD4BDF; }
span { border-color: rgb(221,75,223); }
td.TdClassName
{
border-color: #DD4BDF;
}
.TagClassName
{
border-color: #DD4BDF;
}
</style>