Shades of Heliotrope #DC81FE
Tints of Heliotrope #DC81FE
RGB
CMYK
RGB Variations
Color information
#DC81FE (or 0xDC81FE) is known color: Heliotrope. HEX triplet: DC, 81 and FE. RGB value is (220,129,254). Sum of RGB (Red+Green+Blue) = 220+129+254=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC81FE is #237E01. Grayscale: #AAAAAA. Windows color (decimal): -2326018 or 16679388. OLE color: 16679388.
HSL color Cylindrical-coordinate representation of color #DC81FE: hue angle of 283.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC81FE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 129 | 254 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.00 |
| HSL | 283.68º | 0.98% | 0.75% | - |
| HSV(B) | 283.68º | 0.49% | 1% | - |
| XYZ | 55.25 | 38.07 | 98.2 | - |
| YUV | 170.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 254 | 0.13 | 0.49 | 0 | 0.00 | 283.68 | 0.98 | 0.75 |
| Hex | DC | 81 | FE | D | 31 | 0 | 0 | 11C | 62 | 4B |
| Octal | 334 | 201 | 376 | 15 | 61 | 0 | 0 | 434 | 142 | 113 |
| Binary | 11011100 | 10000001 | 11111110 | 1101 | 110001 | 0 | 0 | 100011100 | 1100010 | 1001011 |
Color Harmonies of #DC81FE
Complementary color
Monochromatic Colors of #DC81FE
Black with #DC81FE
Text Example
Text Example
White with #DC81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81FE; }
p { color: rgb(220,129,254); }
H1.HeaderClassName
{
color: #DC81FE;
}
.AnyTagClassName
{
color: #DC81FE;
}
</style>
background-color css
<style>
a { background-color: #DC81FE; }
a { background-color: rgb(220,129,254); }
div.DivClassName
{
background-color: #DC81FE;
}
.BgClassName
{
background-color: #DC81FE;
}
</style>
border-color css
<style>
span { border-color: #DC81FE; }
span { border-color: rgb(220,129,254); }
td.TdClassName
{
border-color: #DC81FE;
}
.TagClassName
{
border-color: #DC81FE;
}
</style>