Html Css Color HEX #DD4BD2 Free Speech Magenta
📋 copy color: '#DD4BD2'red 221 ◦ green 75 ◦ blue 210
Shades of Free Speech Magenta #DD4BD2
Tints of Free Speech Magenta #DD4BD2
RGB
CMYK
RGB Variations
Color information
#DD4BD2 (or 0xDD4BD2) is known color: Free Speech Magenta. HEX triplet: DD, 4B and D2. RGB value is (221,75,210). Sum of RGB (Red+Green+Blue) = 221+75+210=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BD2 is #22B42D. Grayscale: #858585. Windows color (decimal): -2274350 or 13781981. OLE color: 13781981.
HSL color Cylindrical-coordinate representation of color #DD4BD2: hue angle of 304.52º degrees, saturation: 0.68, 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 #DD4BD2 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 210 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.13 |
| HSL | 304.52º | 0.68% | 0.58% | - |
| HSV(B) | 304.52º | 0.66% | 0.87% | - |
| XYZ | 43.97 | 25.06 | 63.49 | - |
| YUV | 134.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 210 | 0 | 0.66 | 0.05 | 0.13 | 304.52 | 0.68 | 0.58 |
| Hex | DD | 4B | D2 | 0 | 42 | 5 | D | 131 | 44 | 3A |
| Octal | 335 | 113 | 322 | 0 | 102 | 5 | 15 | 461 | 104 | 72 |
| Binary | 11011101 | 1001011 | 11010010 | 0 | 1000010 | 101 | 1101 | 100110001 | 1000100 | 111010 |
Color Harmonies of #DD4BD2
Complementary color
Monochromatic Colors of #DD4BD2
Black with #DD4BD2
Text Example
Text Example
White with #DD4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BD2; }
p { color: rgb(221,75,210); }
H1.HeaderClassName
{
color: #DD4BD2;
}
.AnyTagClassName
{
color: #DD4BD2;
}
</style>
background-color css
<style>
a { background-color: #DD4BD2; }
a { background-color: rgb(221,75,210); }
div.DivClassName
{
background-color: #DD4BD2;
}
.BgClassName
{
background-color: #DD4BD2;
}
</style>
border-color css
<style>
span { border-color: #DD4BD2; }
span { border-color: rgb(221,75,210); }
td.TdClassName
{
border-color: #DD4BD2;
}
.TagClassName
{
border-color: #DD4BD2;
}
</style>