Shades of Plum #DD93CB
Tints of Plum #DD93CB
RGB
CMYK
RGB Variations
Color information
#DD93CB (or 0xDD93CB) is known color: Plum. HEX triplet: DD, 93 and CB. RGB value is (221,147,203). Sum of RGB (Red+Green+Blue) = 221+147+203=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93CB is #226C34. Grayscale: #AFAFAF. Windows color (decimal): -2255925 or 13341661. OLE color: 13341661.
HSL color Cylindrical-coordinate representation of color #DD93CB: hue angle of 314.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93CB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 203 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.13 |
| HSL | 314.59º | 0.52% | 0.72% | - |
| HSV(B) | 314.59º | 0.33% | 0.87% | - |
| XYZ | 51.03 | 40.55 | 61.64 | - |
| YUV | 175.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 203 | 0 | 0.33 | 0.08 | 0.13 | 314.59 | 0.52 | 0.72 |
| Hex | DD | 93 | CB | 0 | 21 | 8 | D | 13B | 34 | 48 |
| Octal | 335 | 223 | 313 | 0 | 41 | 10 | 15 | 473 | 64 | 110 |
| Binary | 11011101 | 10010011 | 11001011 | 0 | 100001 | 1000 | 1101 | 100111011 | 110100 | 1001000 |
Color Harmonies of #DD93CB
Complementary color
Monochromatic Colors of #DD93CB
Black with #DD93CB
Text Example
Text Example
White with #DD93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93CB; }
p { color: rgb(221,147,203); }
H1.HeaderClassName
{
color: #DD93CB;
}
.AnyTagClassName
{
color: #DD93CB;
}
</style>
background-color css
<style>
a { background-color: #DD93CB; }
a { background-color: rgb(221,147,203); }
div.DivClassName
{
background-color: #DD93CB;
}
.BgClassName
{
background-color: #DD93CB;
}
</style>
border-color css
<style>
span { border-color: #DD93CB; }
span { border-color: rgb(221,147,203); }
td.TdClassName
{
border-color: #DD93CB;
}
.TagClassName
{
border-color: #DD93CB;
}
</style>