Shades of Violet #DC88F0
Tints of Violet #DC88F0
RGB
CMYK
RGB Variations
Color information
#DC88F0 (or 0xDC88F0) is known color: Violet. HEX triplet: DC, 88 and F0. RGB value is (220,136,240). Sum of RGB (Red+Green+Blue) = 220+136+240=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88F0 is #23770F. Grayscale: #ACACAC. Windows color (decimal): -2324240 or 15763676. OLE color: 15763676.
HSL color Cylindrical-coordinate representation of color #DC88F0: hue angle of 288.46º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC88F0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 136 | 240 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.06 |
| HSL | 288.46º | 0.78% | 0.74% | - |
| HSV(B) | 288.46º | 0.43% | 0.94% | - |
| XYZ | 54.05 | 39.12 | 87.14 | - |
| YUV | 172.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 240 | 0.08 | 0.43 | 0 | 0.06 | 288.46 | 0.78 | 0.74 |
| Hex | DC | 88 | F0 | 8 | 2B | 0 | 6 | 120 | 4E | 4A |
| Octal | 334 | 210 | 360 | 10 | 53 | 0 | 6 | 440 | 116 | 112 |
| Binary | 11011100 | 10001000 | 11110000 | 1000 | 101011 | 0 | 110 | 100100000 | 1001110 | 1001010 |
Color Harmonies of #DC88F0
Complementary color
Monochromatic Colors of #DC88F0
Black with #DC88F0
Text Example
Text Example
White with #DC88F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88F0; }
p { color: rgb(220,136,240); }
H1.HeaderClassName
{
color: #DC88F0;
}
.AnyTagClassName
{
color: #DC88F0;
}
</style>
background-color css
<style>
a { background-color: #DC88F0; }
a { background-color: rgb(220,136,240); }
div.DivClassName
{
background-color: #DC88F0;
}
.BgClassName
{
background-color: #DC88F0;
}
</style>
border-color css
<style>
span { border-color: #DC88F0; }
span { border-color: rgb(220,136,240); }
td.TdClassName
{
border-color: #DC88F0;
}
.TagClassName
{
border-color: #DC88F0;
}
</style>