Shades of Psychedelic Purple #D013F4
Tints of Psychedelic Purple #D013F4
RGB
CMYK
RGB Variations
Color information
#D013F4 (or 0xD013F4) is known color: Psychedelic Purple. HEX triplet: D0, 13 and F4. RGB value is (208,19,244). Sum of RGB (Red+Green+Blue) = 208+19+244=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #D013F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D013F4 is #2FEC0B. Grayscale: #646464. Windows color (decimal): -3140620 or 15995856. OLE color: 15995856.
HSL color Cylindrical-coordinate representation of color #D013F4: hue angle of 290.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D013F4 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 19 | 244 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.04 |
| HSL | 290.4º | 0.91% | 0.52% | - |
| HSV(B) | 290.4º | 0.92% | 0.96% | - |
| XYZ | 42.57 | 20.41 | 87.28 | - |
| YUV | 101.16 | 208.62 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 244 | 0.15 | 0.92 | 0 | 0.04 | 290.4 | 0.91 | 0.52 |
| Hex | D0 | 13 | F4 | F | 5C | 0 | 4 | 122 | 5B | 34 |
| Octal | 320 | 23 | 364 | 17 | 134 | 0 | 4 | 442 | 133 | 64 |
| Binary | 11010000 | 10011 | 11110100 | 1111 | 1011100 | 0 | 100 | 100100010 | 1011011 | 110100 |
Color Harmonies of #D013F4
Complementary color
Monochromatic Colors of #D013F4
Black with #D013F4
Text Example
Text Example
White with #D013F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013F4; }
p { color: rgb(208,19,244); }
H1.HeaderClassName
{
color: #D013F4;
}
.AnyTagClassName
{
color: #D013F4;
}
</style>
background-color css
<style>
a { background-color: #D013F4; }
a { background-color: rgb(208,19,244); }
div.DivClassName
{
background-color: #D013F4;
}
.BgClassName
{
background-color: #D013F4;
}
</style>
border-color css
<style>
span { border-color: #D013F4; }
span { border-color: rgb(208,19,244); }
td.TdClassName
{
border-color: #D013F4;
}
.TagClassName
{
border-color: #D013F4;
}
</style>