Shades of Plum #D790CF
Tints of Plum #D790CF
RGB
CMYK
RGB Variations
Color information
#D790CF (or 0xD790CF) is known color: Plum. HEX triplet: D7, 90 and CF. RGB value is (215,144,207). Sum of RGB (Red+Green+Blue) = 215+144+207=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D790CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790CF is #286F30. Grayscale: #ACACAC. Windows color (decimal): -2649905 or 13603031. OLE color: 13603031.
HSL color Cylindrical-coordinate representation of color #D790CF: hue angle of 306.76º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790CF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 207 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.16 |
| HSL | 306.76º | 0.47% | 0.7% | - |
| HSV(B) | 306.76º | 0.33% | 0.84% | - |
| XYZ | 49.26 | 38.9 | 63.94 | - |
| YUV | 172.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 207 | 0 | 0.33 | 0.04 | 0.16 | 306.76 | 0.47 | 0.7 |
| Hex | D7 | 90 | CF | 0 | 21 | 4 | 10 | 133 | 2F | 46 |
| Octal | 327 | 220 | 317 | 0 | 41 | 4 | 20 | 463 | 57 | 106 |
| Binary | 11010111 | 10010000 | 11001111 | 0 | 100001 | 100 | 10000 | 100110011 | 101111 | 1000110 |
Color Harmonies of #D790CF
Complementary color
Monochromatic Colors of #D790CF
Black with #D790CF
Text Example
Text Example
White with #D790CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790CF; }
p { color: rgb(215,144,207); }
H1.HeaderClassName
{
color: #D790CF;
}
.AnyTagClassName
{
color: #D790CF;
}
</style>
background-color css
<style>
a { background-color: #D790CF; }
a { background-color: rgb(215,144,207); }
div.DivClassName
{
background-color: #D790CF;
}
.BgClassName
{
background-color: #D790CF;
}
</style>
border-color css
<style>
span { border-color: #D790CF; }
span { border-color: rgb(215,144,207); }
td.TdClassName
{
border-color: #D790CF;
}
.TagClassName
{
border-color: #D790CF;
}
</style>