Shades of Psychedelic Purple #D62AF3
Tints of Psychedelic Purple #D62AF3
RGB
CMYK
RGB Variations
Color information
#D62AF3 (or 0xD62AF3) is known color: Psychedelic Purple. HEX triplet: D6, 2A and F3. RGB value is (214,42,243). Sum of RGB (Red+Green+Blue) = 214+42+243=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #D62AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62AF3 is #29D50C. Grayscale: #737373. Windows color (decimal): -2741517 or 15936214. OLE color: 15936214.
HSL color Cylindrical-coordinate representation of color #D62AF3: hue angle of 291.34º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62AF3 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 42 | 243 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.05 |
| HSL | 291.34º | 0.89% | 0.56% | - |
| HSV(B) | 291.34º | 0.83% | 0.95% | - |
| XYZ | 44.74 | 22.42 | 86.76 | - |
| YUV | 116.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 243 | 0.12 | 0.83 | 0 | 0.05 | 291.34 | 0.89 | 0.56 |
| Hex | D6 | 2A | F3 | C | 53 | 0 | 5 | 123 | 59 | 38 |
| Octal | 326 | 52 | 363 | 14 | 123 | 0 | 5 | 443 | 131 | 70 |
| Binary | 11010110 | 101010 | 11110011 | 1100 | 1010011 | 0 | 101 | 100100011 | 1011001 | 111000 |
Color Harmonies of #D62AF3
Complementary color
Monochromatic Colors of #D62AF3
Black with #D62AF3
Text Example
Text Example
White with #D62AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AF3; }
p { color: rgb(214,42,243); }
H1.HeaderClassName
{
color: #D62AF3;
}
.AnyTagClassName
{
color: #D62AF3;
}
</style>
background-color css
<style>
a { background-color: #D62AF3; }
a { background-color: rgb(214,42,243); }
div.DivClassName
{
background-color: #D62AF3;
}
.BgClassName
{
background-color: #D62AF3;
}
</style>
border-color css
<style>
span { border-color: #D62AF3; }
span { border-color: rgb(214,42,243); }
td.TdClassName
{
border-color: #D62AF3;
}
.TagClassName
{
border-color: #D62AF3;
}
</style>