Shades of Psychedelic Purple #D62BF8
Tints of Psychedelic Purple #D62BF8
RGB
CMYK
RGB Variations
Color information
#D62BF8 (or 0xD62BF8) is known color: Psychedelic Purple. HEX triplet: D6, 2B and F8. RGB value is (214,43,248). Sum of RGB (Red+Green+Blue) = 214+43+248=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #D62BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62BF8 is #29D407. Grayscale: #747474. Windows color (decimal): -2741256 or 16264150. OLE color: 16264150.
HSL color Cylindrical-coordinate representation of color #D62BF8: hue angle of 290.05º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62BF8 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 43 | 248 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.03 |
| HSL | 290.05º | 0.94% | 0.57% | - |
| HSV(B) | 290.05º | 0.83% | 0.97% | - |
| XYZ | 45.54 | 22.8 | 90.81 | - |
| YUV | 117.5 | 201.65 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 248 | 0.14 | 0.83 | 0 | 0.03 | 290.05 | 0.94 | 0.57 |
| Hex | D6 | 2B | F8 | E | 53 | 0 | 3 | 122 | 5E | 39 |
| Octal | 326 | 53 | 370 | 16 | 123 | 0 | 3 | 442 | 136 | 71 |
| Binary | 11010110 | 101011 | 11111000 | 1110 | 1010011 | 0 | 11 | 100100010 | 1011110 | 111001 |
Color Harmonies of #D62BF8
Complementary color
Monochromatic Colors of #D62BF8
Black with #D62BF8
Text Example
Text Example
White with #D62BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BF8; }
p { color: rgb(214,43,248); }
H1.HeaderClassName
{
color: #D62BF8;
}
.AnyTagClassName
{
color: #D62BF8;
}
</style>
background-color css
<style>
a { background-color: #D62BF8; }
a { background-color: rgb(214,43,248); }
div.DivClassName
{
background-color: #D62BF8;
}
.BgClassName
{
background-color: #D62BF8;
}
</style>
border-color css
<style>
span { border-color: #D62BF8; }
span { border-color: rgb(214,43,248); }
td.TdClassName
{
border-color: #D62BF8;
}
.TagClassName
{
border-color: #D62BF8;
}
</style>