Shades of Deep Magenta #DD0BCF
Tints of Deep Magenta #DD0BCF
RGB
CMYK
RGB Variations
Color information
#DD0BCF (or 0xDD0BCF) is known color: Deep Magenta. HEX triplet: DD, 0B and CF. RGB value is (221,11,207). Sum of RGB (Red+Green+Blue) = 221+11+207=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BCF is #22F430. Grayscale: #5F5F5F. Windows color (decimal): -2290737 or 13568989. OLE color: 13568989.
HSL color Cylindrical-coordinate representation of color #DD0BCF: hue angle of 304º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BCF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.13 |
| HSL | 304º | 0.91% | 0.45% | - |
| HSV(B) | 304º | 0.95% | 0.87% | - |
| XYZ | 41.2 | 20.12 | 60.74 | - |
| YUV | 96.13 | 190.57 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 207 | 0 | 0.95 | 0.06 | 0.13 | 304 | 0.91 | 0.45 |
| Hex | DD | B | CF | 0 | 5F | 6 | D | 130 | 5B | 2D |
| Octal | 335 | 13 | 317 | 0 | 137 | 6 | 15 | 460 | 133 | 55 |
| Binary | 11011101 | 1011 | 11001111 | 0 | 1011111 | 110 | 1101 | 100110000 | 1011011 | 101101 |
Color Harmonies of #DD0BCF
Complementary color
Monochromatic Colors of #DD0BCF
Black with #DD0BCF
Text Example
Text Example
White with #DD0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BCF; }
p { color: rgb(221,11,207); }
H1.HeaderClassName
{
color: #DD0BCF;
}
.AnyTagClassName
{
color: #DD0BCF;
}
</style>
background-color css
<style>
a { background-color: #DD0BCF; }
a { background-color: rgb(221,11,207); }
div.DivClassName
{
background-color: #DD0BCF;
}
.BgClassName
{
background-color: #DD0BCF;
}
</style>
border-color css
<style>
span { border-color: #DD0BCF; }
span { border-color: rgb(221,11,207); }
td.TdClassName
{
border-color: #DD0BCF;
}
.TagClassName
{
border-color: #DD0BCF;
}
</style>