Shades of Plum #DD98F2
Tints of Plum #DD98F2
RGB
CMYK
RGB Variations
Color information
#DD98F2 (or 0xDD98F2) is known color: Plum. HEX triplet: DD, 98 and F2. RGB value is (221,152,242). Sum of RGB (Red+Green+Blue) = 221+152+242=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD98F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98F2 is #22670D. Grayscale: #B6B6B6. Windows color (decimal): -2254606 or 15898845. OLE color: 15898845.
HSL color Cylindrical-coordinate representation of color #DD98F2: hue angle of 286º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD98F2 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 152 | 242 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.05 |
| HSL | 286º | 0.78% | 0.77% | - |
| HSV(B) | 286º | 0.37% | 0.95% | - |
| XYZ | 57.07 | 44.24 | 89.54 | - |
| YUV | 182.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 242 | 0.09 | 0.37 | 0 | 0.05 | 286 | 0.78 | 0.77 |
| Hex | DD | 98 | F2 | 9 | 25 | 0 | 5 | 11E | 4E | 4D |
| Octal | 335 | 230 | 362 | 11 | 45 | 0 | 5 | 436 | 116 | 115 |
| Binary | 11011101 | 10011000 | 11110010 | 1001 | 100101 | 0 | 101 | 100011110 | 1001110 | 1001101 |
Color Harmonies of #DD98F2
Complementary color
Monochromatic Colors of #DD98F2
Black with #DD98F2
Text Example
Text Example
White with #DD98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98F2; }
p { color: rgb(221,152,242); }
H1.HeaderClassName
{
color: #DD98F2;
}
.AnyTagClassName
{
color: #DD98F2;
}
</style>
background-color css
<style>
a { background-color: #DD98F2; }
a { background-color: rgb(221,152,242); }
div.DivClassName
{
background-color: #DD98F2;
}
.BgClassName
{
background-color: #DD98F2;
}
</style>
border-color css
<style>
span { border-color: #DD98F2; }
span { border-color: rgb(221,152,242); }
td.TdClassName
{
border-color: #DD98F2;
}
.TagClassName
{
border-color: #DD98F2;
}
</style>