Shades of Psychedelic Purple #D730F2
Tints of Psychedelic Purple #D730F2
RGB
CMYK
RGB Variations
Color information
#D730F2 (or 0xD730F2) is known color: Psychedelic Purple. HEX triplet: D7, 30 and F2. RGB value is (215,48,242). Sum of RGB (Red+Green+Blue) = 215+48+242=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #D730F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730F2 is #28CF0D. Grayscale: #777777. Windows color (decimal): -2674446 or 15872215. OLE color: 15872215.
HSL color Cylindrical-coordinate representation of color #D730F2: hue angle of 291.65º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D730F2 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 48 | 242 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.05 |
| HSL | 291.65º | 0.88% | 0.57% | - |
| HSV(B) | 291.65º | 0.8% | 0.95% | - |
| XYZ | 45.11 | 22.97 | 86.06 | - |
| YUV | 120.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 242 | 0.11 | 0.80 | 0 | 0.05 | 291.65 | 0.88 | 0.57 |
| Hex | D7 | 30 | F2 | B | 50 | 0 | 5 | 124 | 58 | 39 |
| Octal | 327 | 60 | 362 | 13 | 120 | 0 | 5 | 444 | 130 | 71 |
| Binary | 11010111 | 110000 | 11110010 | 1011 | 1010000 | 0 | 101 | 100100100 | 1011000 | 111001 |
Color Harmonies of #D730F2
Complementary color
Monochromatic Colors of #D730F2
Black with #D730F2
Text Example
Text Example
White with #D730F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730F2; }
p { color: rgb(215,48,242); }
H1.HeaderClassName
{
color: #D730F2;
}
.AnyTagClassName
{
color: #D730F2;
}
</style>
background-color css
<style>
a { background-color: #D730F2; }
a { background-color: rgb(215,48,242); }
div.DivClassName
{
background-color: #D730F2;
}
.BgClassName
{
background-color: #D730F2;
}
</style>
border-color css
<style>
span { border-color: #D730F2; }
span { border-color: rgb(215,48,242); }
td.TdClassName
{
border-color: #D730F2;
}
.TagClassName
{
border-color: #D730F2;
}
</style>