Shades of Plum #D68FCF
Tints of Plum #D68FCF
RGB
CMYK
RGB Variations
Color information
#D68FCF (or 0xD68FCF) is known color: Plum. HEX triplet: D6, 8F and CF. RGB value is (214,143,207). Sum of RGB (Red+Green+Blue) = 214+143+207=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCF is #297030. Grayscale: #ABABAB. Windows color (decimal): -2715697 or 13602774. OLE color: 13602774.
HSL color Cylindrical-coordinate representation of color #D68FCF: hue angle of 305.92º degrees, saturation: 0.46, 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 #D68FCF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 143 | 207 | - |
CMYK | 0 | 0.33 | 0.03 | 0.16 |
HSL | 305.92º | 0.46% | 0.7% | - |
HSV(B) | 305.92º | 0.33% | 0.84% | - |
XYZ | 48.82 | 38.45 | 63.88 | - |
YUV | 171.53 | 148.02 | 158.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 143 | 207 | 0 | 0.33 | 0.03 | 0.16 | 305.92 | 0.46 | 0.7 |
Hex | D6 | 8F | CF | 0 | 21 | 3 | 10 | 132 | 2E | 46 |
Octal | 326 | 217 | 317 | 0 | 41 | 3 | 20 | 462 | 56 | 106 |
Binary | 11010110 | 10001111 | 11001111 | 0 | 100001 | 11 | 10000 | 100110010 | 101110 | 1000110 |
Color Harmonies of #D68FCF
Complementary color
Monochromatic Colors of #D68FCF
Black with #D68FCF
Text Example
Text Example
White with #D68FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FCF; }
p { color: rgb(214,143,207); }
H1.HeaderClassName
{
color: #D68FCF;
}
.AnyTagClassName
{
color: #D68FCF;
}
</style>
background-color css
<style>
a { background-color: #D68FCF; }
a { background-color: rgb(214,143,207); }
div.DivClassName
{
background-color: #D68FCF;
}
.BgClassName
{
background-color: #D68FCF;
}
</style>
border-color css
<style>
span { border-color: #D68FCF; }
span { border-color: rgb(214,143,207); }
td.TdClassName
{
border-color: #D68FCF;
}
.TagClassName
{
border-color: #D68FCF;
}
</style>