Shades of Plum #D694D4
Tints of Plum #D694D4
RGB
CMYK
RGB Variations
Color information
#D694D4 (or 0xD694D4) is known color: Plum. HEX triplet: D6, 94 and D4. RGB value is (214,148,212). Sum of RGB (Red+Green+Blue) = 214+148+212=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D694D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694D4 is #296B2B. Grayscale: #AEAEAE. Windows color (decimal): -2714412 or 13931734. OLE color: 13931734.
HSL color Cylindrical-coordinate representation of color #D694D4: hue angle of 301.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694D4 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 212 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.16 |
| HSL | 301.82º | 0.45% | 0.71% | - |
| HSV(B) | 301.82º | 0.31% | 0.84% | - |
| XYZ | 50.21 | 40.23 | 67.41 | - |
| YUV | 175.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 212 | 0 | 0.31 | 0.01 | 0.16 | 301.82 | 0.45 | 0.71 |
| Hex | D6 | 94 | D4 | 0 | 1F | 1 | 10 | 12E | 2D | 47 |
| Octal | 326 | 224 | 324 | 0 | 37 | 1 | 20 | 456 | 55 | 107 |
| Binary | 11010110 | 10010100 | 11010100 | 0 | 11111 | 1 | 10000 | 100101110 | 101101 | 1000111 |
Color Harmonies of #D694D4
Complementary color
Monochromatic Colors of #D694D4
Black with #D694D4
Text Example
Text Example
White with #D694D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D694D4; }
p { color: rgb(214,148,212); }
H1.HeaderClassName
{
color: #D694D4;
}
.AnyTagClassName
{
color: #D694D4;
}
</style>
background-color css
<style>
a { background-color: #D694D4; }
a { background-color: rgb(214,148,212); }
div.DivClassName
{
background-color: #D694D4;
}
.BgClassName
{
background-color: #D694D4;
}
</style>
border-color css
<style>
span { border-color: #D694D4; }
span { border-color: rgb(214,148,212); }
td.TdClassName
{
border-color: #D694D4;
}
.TagClassName
{
border-color: #D694D4;
}
</style>