Shades of Psychedelic Purple #D613FF
Tints of Psychedelic Purple #D613FF
RGB
CMYK
RGB Variations
Color information
#D613FF (or 0xD613FF) is known color: Psychedelic Purple. HEX triplet: D6, 13 and FF. RGB value is (214,19,255). Sum of RGB (Red+Green+Blue) = 214+19+255=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 19 (7.81% from 255 or 3.89% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #D613FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D613FF is #29EC00. Grayscale: #676767. Windows color (decimal): -2747393 or 16716758. OLE color: 16716758.
HSL color Cylindrical-coordinate representation of color #D613FF: hue angle of 289.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D613FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 19 | 255 | - |
| CMYK | 0.16 | 0.93 | 0 | 0 |
| HSL | 289.58º | 1% | 0.54% | - |
| HSV(B) | 289.58º | 0.93% | 1% | - |
| XYZ | 46.01 | 21.98 | 96.43 | - |
| YUV | 104.21 | 213.1 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 255 | 0.16 | 0.93 | 0 | 0 | 289.58 | 1 | 0.54 |
| Hex | D6 | 13 | FF | 10 | 5D | 0 | 0 | 122 | 64 | 36 |
| Octal | 326 | 23 | 377 | 20 | 135 | 0 | 0 | 442 | 144 | 66 |
| Binary | 11010110 | 10011 | 11111111 | 10000 | 1011101 | 0 | 0 | 100100010 | 1100100 | 110110 |
Color Harmonies of #D613FF
Complementary color
Monochromatic Colors of #D613FF
Black with #D613FF
Text Example
Text Example
White with #D613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613FF; }
p { color: rgb(214,19,255); }
H1.HeaderClassName
{
color: #D613FF;
}
.AnyTagClassName
{
color: #D613FF;
}
</style>
background-color css
<style>
a { background-color: #D613FF; }
a { background-color: rgb(214,19,255); }
div.DivClassName
{
background-color: #D613FF;
}
.BgClassName
{
background-color: #D613FF;
}
</style>
border-color css
<style>
span { border-color: #D613FF; }
span { border-color: rgb(214,19,255); }
td.TdClassName
{
border-color: #D613FF;
}
.TagClassName
{
border-color: #D613FF;
}
</style>