Shades of Psychedelic Purple #D302F7
Tints of Psychedelic Purple #D302F7
RGB
CMYK
RGB Variations
Color information
#D302F7 (or 0xD302F7) is known color: Psychedelic Purple. HEX triplet: D3, 02 and F7. RGB value is (211,2,247). Sum of RGB (Red+Green+Blue) = 211+2+247=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #D302F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302F7 is #2CFD08. Grayscale: #5B5B5B. Windows color (decimal): -2948361 or 16188115. OLE color: 16188115.
HSL color Cylindrical-coordinate representation of color #D302F7: hue angle of 291.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302F7 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 2 | 247 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.03 |
| HSL | 291.18º | 0.98% | 0.49% | - |
| HSV(B) | 291.18º | 0.99% | 0.97% | - |
| XYZ | 43.67 | 20.61 | 89.67 | - |
| YUV | 92.42 | 215.24 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 247 | 0.15 | 0.99 | 0 | 0.03 | 291.18 | 0.98 | 0.49 |
| Hex | D3 | 2 | F7 | F | 63 | 0 | 3 | 123 | 62 | 31 |
| Octal | 323 | 2 | 367 | 17 | 143 | 0 | 3 | 443 | 142 | 61 |
| Binary | 11010011 | 10 | 11110111 | 1111 | 1100011 | 0 | 11 | 100100011 | 1100010 | 110001 |
Color Harmonies of #D302F7
Complementary color
Monochromatic Colors of #D302F7
Black with #D302F7
Text Example
Text Example
White with #D302F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302F7; }
p { color: rgb(211,2,247); }
H1.HeaderClassName
{
color: #D302F7;
}
.AnyTagClassName
{
color: #D302F7;
}
</style>
background-color css
<style>
a { background-color: #D302F7; }
a { background-color: rgb(211,2,247); }
div.DivClassName
{
background-color: #D302F7;
}
.BgClassName
{
background-color: #D302F7;
}
</style>
border-color css
<style>
span { border-color: #D302F7; }
span { border-color: rgb(211,2,247); }
td.TdClassName
{
border-color: #D302F7;
}
.TagClassName
{
border-color: #D302F7;
}
</style>