Shades of Violet #DC87DF
Tints of Violet #DC87DF
RGB
CMYK
RGB Variations
Color information
#DC87DF (or 0xDC87DF) is known color: Violet. HEX triplet: DC, 87 and DF. RGB value is (220,135,223). Sum of RGB (Red+Green+Blue) = 220+135+223=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DF is #237820. Grayscale: #AAAAAA. Windows color (decimal): -2324513 or 14649308. OLE color: 14649308.
HSL color Cylindrical-coordinate representation of color #DC87DF: hue angle of 297.95º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87DF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 135 | 223 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.13 |
| HSL | 297.95º | 0.58% | 0.7% | - |
| HSV(B) | 297.95º | 0.39% | 0.87% | - |
| XYZ | 51.5 | 37.87 | 74.41 | - |
| YUV | 170.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 223 | 0.01 | 0.39 | 0 | 0.13 | 297.95 | 0.58 | 0.7 |
| Hex | DC | 87 | DF | 1 | 27 | 0 | D | 12A | 3A | 46 |
| Octal | 334 | 207 | 337 | 1 | 47 | 0 | 15 | 452 | 72 | 106 |
| Binary | 11011100 | 10000111 | 11011111 | 1 | 100111 | 0 | 1101 | 100101010 | 111010 | 1000110 |
Color Harmonies of #DC87DF
Complementary color
Monochromatic Colors of #DC87DF
Black with #DC87DF
Text Example
Text Example
White with #DC87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87DF; }
p { color: rgb(220,135,223); }
H1.HeaderClassName
{
color: #DC87DF;
}
.AnyTagClassName
{
color: #DC87DF;
}
</style>
background-color css
<style>
a { background-color: #DC87DF; }
a { background-color: rgb(220,135,223); }
div.DivClassName
{
background-color: #DC87DF;
}
.BgClassName
{
background-color: #DC87DF;
}
</style>
border-color css
<style>
span { border-color: #DC87DF; }
span { border-color: rgb(220,135,223); }
td.TdClassName
{
border-color: #DC87DF;
}
.TagClassName
{
border-color: #DC87DF;
}
</style>