Html Css Color HEX #DD4BCB Free Speech Magenta
📋 copy color: '#DD4BCB'red 221 ◦ green 75 ◦ blue 203
Shades of Free Speech Magenta #DD4BCB
Tints of Free Speech Magenta #DD4BCB
RGB
CMYK
RGB Variations
Color information
#DD4BCB (or 0xDD4BCB) is known color: Free Speech Magenta. HEX triplet: DD, 4B and CB. RGB value is (221,75,203). Sum of RGB (Red+Green+Blue) = 221+75+203=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BCB is #22B434. Grayscale: #848484. Windows color (decimal): -2274357 or 13323229. OLE color: 13323229.
HSL color Cylindrical-coordinate representation of color #DD4BCB: hue angle of 307.4º 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 #DD4BCB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 203 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.13 |
| HSL | 307.4º | 0.68% | 0.58% | - |
| HSV(B) | 307.4º | 0.66% | 0.87% | - |
| XYZ | 43.11 | 24.72 | 59 | - |
| YUV | 133.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 203 | 0 | 0.66 | 0.08 | 0.13 | 307.4 | 0.68 | 0.58 |
| Hex | DD | 4B | CB | 0 | 42 | 8 | D | 133 | 44 | 3A |
| Octal | 335 | 113 | 313 | 0 | 102 | 10 | 15 | 463 | 104 | 72 |
| Binary | 11011101 | 1001011 | 11001011 | 0 | 1000010 | 1000 | 1101 | 100110011 | 1000100 | 111010 |
Color Harmonies of #DD4BCB
Complementary color
Monochromatic Colors of #DD4BCB
Black with #DD4BCB
Text Example
Text Example
White with #DD4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BCB; }
p { color: rgb(221,75,203); }
H1.HeaderClassName
{
color: #DD4BCB;
}
.AnyTagClassName
{
color: #DD4BCB;
}
</style>
background-color css
<style>
a { background-color: #DD4BCB; }
a { background-color: rgb(221,75,203); }
div.DivClassName
{
background-color: #DD4BCB;
}
.BgClassName
{
background-color: #DD4BCB;
}
</style>
border-color css
<style>
span { border-color: #DD4BCB; }
span { border-color: rgb(221,75,203); }
td.TdClassName
{
border-color: #DD4BCB;
}
.TagClassName
{
border-color: #DD4BCB;
}
</style>