Shades of Plum #DD94F2
Tints of Plum #DD94F2
RGB
CMYK
RGB Variations
Color information
#DD94F2 (or 0xDD94F2) is known color: Plum. HEX triplet: DD, 94 and F2. RGB value is (221,148,242). Sum of RGB (Red+Green+Blue) = 221+148+242=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD94F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94F2 is #226B0D. Grayscale: #B4B4B4. Windows color (decimal): -2255630 or 15897821. OLE color: 15897821.
HSL color Cylindrical-coordinate representation of color #DD94F2: hue angle of 286.6º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD94F2 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 148 | 242 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.05 |
| HSL | 286.6º | 0.78% | 0.76% | - |
| HSV(B) | 286.6º | 0.39% | 0.95% | - |
| XYZ | 56.44 | 42.96 | 89.32 | - |
| YUV | 180.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 242 | 0.09 | 0.39 | 0 | 0.05 | 286.6 | 0.78 | 0.76 |
| Hex | DD | 94 | F2 | 9 | 27 | 0 | 5 | 11F | 4E | 4C |
| Octal | 335 | 224 | 362 | 11 | 47 | 0 | 5 | 437 | 116 | 114 |
| Binary | 11011101 | 10010100 | 11110010 | 1001 | 100111 | 0 | 101 | 100011111 | 1001110 | 1001100 |
Color Harmonies of #DD94F2
Complementary color
Monochromatic Colors of #DD94F2
Black with #DD94F2
Text Example
Text Example
White with #DD94F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94F2; }
p { color: rgb(221,148,242); }
H1.HeaderClassName
{
color: #DD94F2;
}
.AnyTagClassName
{
color: #DD94F2;
}
</style>
background-color css
<style>
a { background-color: #DD94F2; }
a { background-color: rgb(221,148,242); }
div.DivClassName
{
background-color: #DD94F2;
}
.BgClassName
{
background-color: #DD94F2;
}
</style>
border-color css
<style>
span { border-color: #DD94F2; }
span { border-color: rgb(221,148,242); }
td.TdClassName
{
border-color: #DD94F2;
}
.TagClassName
{
border-color: #DD94F2;
}
</style>