Html Css Color HEX #DD4CBB Free Speech Magenta
📋 copy color: '#DD4CBB'red 221 ◦ green 76 ◦ blue 187
Shades of Free Speech Magenta #DD4CBB
Tints of Free Speech Magenta #DD4CBB
RGB
CMYK
RGB Variations
Color information
#DD4CBB (or 0xDD4CBB) is known color: Free Speech Magenta. HEX triplet: DD, 4C and BB. RGB value is (221,76,187). Sum of RGB (Red+Green+Blue) = 221+76+187=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CBB is #22B344. Grayscale: #838383. Windows color (decimal): -2274117 or 12274909. OLE color: 12274909.
HSL color Cylindrical-coordinate representation of color #DD4CBB: hue angle of 314.07º 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 #DD4CBB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 187 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.13 |
| HSL | 314.07º | 0.68% | 0.58% | - |
| HSV(B) | 314.07º | 0.66% | 0.87% | - |
| XYZ | 41.37 | 24.13 | 49.49 | - |
| YUV | 132.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 187 | 0 | 0.66 | 0.15 | 0.13 | 314.07 | 0.68 | 0.58 |
| Hex | DD | 4C | BB | 0 | 42 | F | D | 13A | 44 | 3A |
| Octal | 335 | 114 | 273 | 0 | 102 | 17 | 15 | 472 | 104 | 72 |
| Binary | 11011101 | 1001100 | 10111011 | 0 | 1000010 | 1111 | 1101 | 100111010 | 1000100 | 111010 |
Color Harmonies of #DD4CBB
Complementary color
Monochromatic Colors of #DD4CBB
Black with #DD4CBB
Text Example
Text Example
White with #DD4CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CBB; }
p { color: rgb(221,76,187); }
H1.HeaderClassName
{
color: #DD4CBB;
}
.AnyTagClassName
{
color: #DD4CBB;
}
</style>
background-color css
<style>
a { background-color: #DD4CBB; }
a { background-color: rgb(221,76,187); }
div.DivClassName
{
background-color: #DD4CBB;
}
.BgClassName
{
background-color: #DD4CBB;
}
</style>
border-color css
<style>
span { border-color: #DD4CBB; }
span { border-color: rgb(221,76,187); }
td.TdClassName
{
border-color: #DD4CBB;
}
.TagClassName
{
border-color: #DD4CBB;
}
</style>