Shades of Heliotrope #DC84FD
Tints of Heliotrope #DC84FD
RGB
CMYK
RGB Variations
Color information
#DC84FD (or 0xDC84FD) is known color: Heliotrope. HEX triplet: DC, 84 and FD. RGB value is (220,132,253). Sum of RGB (Red+Green+Blue) = 220+132+253=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC84FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84FD is #237B02. Grayscale: #ABABAB. Windows color (decimal): -2325251 or 16614620. OLE color: 16614620.
HSL color Cylindrical-coordinate representation of color #DC84FD: hue angle of 283.64º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC84FD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 132 | 253 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.01 |
| HSL | 283.64º | 0.97% | 0.75% | - |
| HSV(B) | 283.64º | 0.48% | 0.99% | - |
| XYZ | 55.5 | 38.81 | 97.49 | - |
| YUV | 172.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 253 | 0.13 | 0.48 | 0 | 0.01 | 283.64 | 0.97 | 0.75 |
| Hex | DC | 84 | FD | D | 30 | 0 | 1 | 11C | 61 | 4B |
| Octal | 334 | 204 | 375 | 15 | 60 | 0 | 1 | 434 | 141 | 113 |
| Binary | 11011100 | 10000100 | 11111101 | 1101 | 110000 | 0 | 1 | 100011100 | 1100001 | 1001011 |
Color Harmonies of #DC84FD
Complementary color
Monochromatic Colors of #DC84FD
Black with #DC84FD
Text Example
Text Example
White with #DC84FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84FD; }
p { color: rgb(220,132,253); }
H1.HeaderClassName
{
color: #DC84FD;
}
.AnyTagClassName
{
color: #DC84FD;
}
</style>
background-color css
<style>
a { background-color: #DC84FD; }
a { background-color: rgb(220,132,253); }
div.DivClassName
{
background-color: #DC84FD;
}
.BgClassName
{
background-color: #DC84FD;
}
</style>
border-color css
<style>
span { border-color: #DC84FD; }
span { border-color: rgb(220,132,253); }
td.TdClassName
{
border-color: #DC84FD;
}
.TagClassName
{
border-color: #DC84FD;
}
</style>