Shades of Psychedelic Purple #D72AF8
Tints of Psychedelic Purple #D72AF8
RGB
CMYK
RGB Variations
Color information
#D72AF8 (or 0xD72AF8) is known color: Psychedelic Purple. HEX triplet: D7, 2A and F8. RGB value is (215,42,248). Sum of RGB (Red+Green+Blue) = 215+42+248=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 42 (16.80% from 255 or 8.32% 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 #D72AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72AF8 is #28D507. Grayscale: #747474. Windows color (decimal): -2675976 or 16263895. OLE color: 16263895.
HSL color Cylindrical-coordinate representation of color #D72AF8: hue angle of 290.39º 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 #D72AF8 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 42 | 248 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.03 |
| HSL | 290.39º | 0.94% | 0.57% | - |
| HSV(B) | 290.39º | 0.83% | 0.97% | - |
| XYZ | 45.8 | 22.88 | 90.81 | - |
| YUV | 117.21 | 201.81 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 248 | 0.13 | 0.83 | 0 | 0.03 | 290.39 | 0.94 | 0.57 |
| Hex | D7 | 2A | F8 | D | 53 | 0 | 3 | 122 | 5E | 39 |
| Octal | 327 | 52 | 370 | 15 | 123 | 0 | 3 | 442 | 136 | 71 |
| Binary | 11010111 | 101010 | 11111000 | 1101 | 1010011 | 0 | 11 | 100100010 | 1011110 | 111001 |
Color Harmonies of #D72AF8
Complementary color
Monochromatic Colors of #D72AF8
Black with #D72AF8
Text Example
Text Example
White with #D72AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AF8; }
p { color: rgb(215,42,248); }
H1.HeaderClassName
{
color: #D72AF8;
}
.AnyTagClassName
{
color: #D72AF8;
}
</style>
background-color css
<style>
a { background-color: #D72AF8; }
a { background-color: rgb(215,42,248); }
div.DivClassName
{
background-color: #D72AF8;
}
.BgClassName
{
background-color: #D72AF8;
}
</style>
border-color css
<style>
span { border-color: #D72AF8; }
span { border-color: rgb(215,42,248); }
td.TdClassName
{
border-color: #D72AF8;
}
.TagClassName
{
border-color: #D72AF8;
}
</style>