Shades of Psychedelic Purple #D313F4
Tints of Psychedelic Purple #D313F4
RGB
CMYK
RGB Variations
Color information
#D313F4 (or 0xD313F4) is known color: Psychedelic Purple. HEX triplet: D3, 13 and F4. RGB value is (211,19,244). Sum of RGB (Red+Green+Blue) = 211+19+244=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #D313F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D313F4 is #2CEC0B. Grayscale: #656565. Windows color (decimal): -2944012 or 15995859. OLE color: 15995859.
HSL color Cylindrical-coordinate representation of color #D313F4: hue angle of 291.2º 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 #D313F4 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 19 | 244 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.04 |
| HSL | 291.2º | 0.91% | 0.52% | - |
| HSV(B) | 291.2º | 0.92% | 0.96% | - |
| XYZ | 43.43 | 20.85 | 87.32 | - |
| YUV | 102.06 | 208.11 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 244 | 0.14 | 0.92 | 0 | 0.04 | 291.2 | 0.91 | 0.52 |
| Hex | D3 | 13 | F4 | E | 5C | 0 | 4 | 123 | 5B | 34 |
| Octal | 323 | 23 | 364 | 16 | 134 | 0 | 4 | 443 | 133 | 64 |
| Binary | 11010011 | 10011 | 11110100 | 1110 | 1011100 | 0 | 100 | 100100011 | 1011011 | 110100 |
Color Harmonies of #D313F4
Complementary color
Monochromatic Colors of #D313F4
Black with #D313F4
Text Example
Text Example
White with #D313F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313F4; }
p { color: rgb(211,19,244); }
H1.HeaderClassName
{
color: #D313F4;
}
.AnyTagClassName
{
color: #D313F4;
}
</style>
background-color css
<style>
a { background-color: #D313F4; }
a { background-color: rgb(211,19,244); }
div.DivClassName
{
background-color: #D313F4;
}
.BgClassName
{
background-color: #D313F4;
}
</style>
border-color css
<style>
span { border-color: #D313F4; }
span { border-color: rgb(211,19,244); }
td.TdClassName
{
border-color: #D313F4;
}
.TagClassName
{
border-color: #D313F4;
}
</style>