Shades of Psychedelic Purple #D02CFA
Tints of Psychedelic Purple #D02CFA
RGB
CMYK
RGB Variations
Color information
#D02CFA (or 0xD02CFA) is known color: Psychedelic Purple. HEX triplet: D0, 2C and FA. RGB value is (208,44,250). Sum of RGB (Red+Green+Blue) = 208+44+250=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 44 (17.58% from 255 or 8.76% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #D02CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02CFA is #2FD305. Grayscale: #737373. Windows color (decimal): -3134214 or 16395472. OLE color: 16395472.
HSL color Cylindrical-coordinate representation of color #D02CFA: hue angle of 287.77º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02CFA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 44 | 250 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.02 |
| HSL | 287.77º | 0.95% | 0.58% | - |
| HSV(B) | 287.77º | 0.82% | 0.98% | - |
| XYZ | 44.17 | 22.11 | 92.38 | - |
| YUV | 116.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 250 | 0.17 | 0.82 | 0 | 0.02 | 287.77 | 0.95 | 0.58 |
| Hex | D0 | 2C | FA | 11 | 52 | 0 | 2 | 120 | 5F | 3A |
| Octal | 320 | 54 | 372 | 21 | 122 | 0 | 2 | 440 | 137 | 72 |
| Binary | 11010000 | 101100 | 11111010 | 10001 | 1010010 | 0 | 10 | 100100000 | 1011111 | 111010 |
Color Harmonies of #D02CFA
Complementary color
Monochromatic Colors of #D02CFA
Black with #D02CFA
Text Example
Text Example
White with #D02CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CFA; }
p { color: rgb(208,44,250); }
H1.HeaderClassName
{
color: #D02CFA;
}
.AnyTagClassName
{
color: #D02CFA;
}
</style>
background-color css
<style>
a { background-color: #D02CFA; }
a { background-color: rgb(208,44,250); }
div.DivClassName
{
background-color: #D02CFA;
}
.BgClassName
{
background-color: #D02CFA;
}
</style>
border-color css
<style>
span { border-color: #D02CFA; }
span { border-color: rgb(208,44,250); }
td.TdClassName
{
border-color: #D02CFA;
}
.TagClassName
{
border-color: #D02CFA;
}
</style>