Shades of Psychedelic Purple #D030FC
Tints of Psychedelic Purple #D030FC
RGB
CMYK
RGB Variations
Color information
#D030FC (or 0xD030FC) is known color: Psychedelic Purple. HEX triplet: D0, 30 and FC. RGB value is (208,48,252). Sum of RGB (Red+Green+Blue) = 208+48+252=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #D030FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030FC is #2FCF03. Grayscale: #767676. Windows color (decimal): -3133188 or 16527568. OLE color: 16527568.
HSL color Cylindrical-coordinate representation of color #D030FC: hue angle of 287.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D030FC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 48 | 252 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.01 |
| HSL | 287.06º | 0.97% | 0.59% | - |
| HSV(B) | 287.06º | 0.81% | 0.99% | - |
| XYZ | 44.64 | 22.55 | 94.1 | - |
| YUV | 119.1 | 203.01 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 252 | 0.17 | 0.81 | 0 | 0.01 | 287.06 | 0.97 | 0.59 |
| Hex | D0 | 30 | FC | 11 | 51 | 0 | 1 | 11F | 61 | 3B |
| Octal | 320 | 60 | 374 | 21 | 121 | 0 | 1 | 437 | 141 | 73 |
| Binary | 11010000 | 110000 | 11111100 | 10001 | 1010001 | 0 | 1 | 100011111 | 1100001 | 111011 |
Color Harmonies of #D030FC
Complementary color
Monochromatic Colors of #D030FC
Black with #D030FC
Text Example
Text Example
White with #D030FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030FC; }
p { color: rgb(208,48,252); }
H1.HeaderClassName
{
color: #D030FC;
}
.AnyTagClassName
{
color: #D030FC;
}
</style>
background-color css
<style>
a { background-color: #D030FC; }
a { background-color: rgb(208,48,252); }
div.DivClassName
{
background-color: #D030FC;
}
.BgClassName
{
background-color: #D030FC;
}
</style>
border-color css
<style>
span { border-color: #D030FC; }
span { border-color: rgb(208,48,252); }
td.TdClassName
{
border-color: #D030FC;
}
.TagClassName
{
border-color: #D030FC;
}
</style>