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