Shades of Psychedelic Purple #D20FF3
Tints of Psychedelic Purple #D20FF3
RGB
CMYK
RGB Variations
Color information
#D20FF3 (or 0xD20FF3) is known color: Psychedelic Purple. HEX triplet: D2, 0F and F3. RGB value is (210,15,243). Sum of RGB (Red+Green+Blue) = 210+15+243=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #D20FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FF3 is #2DF00C. Grayscale: #626262. Windows color (decimal): -3010573 or 15929298. OLE color: 15929298.
HSL color Cylindrical-coordinate representation of color #D20FF3: hue angle of 291.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FF3 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 15 | 243 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.05 |
| HSL | 291.32º | 0.9% | 0.51% | - |
| HSV(B) | 291.32º | 0.94% | 0.95% | - |
| XYZ | 42.93 | 20.51 | 86.49 | - |
| YUV | 99.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 243 | 0.14 | 0.94 | 0 | 0.05 | 291.32 | 0.9 | 0.51 |
| Hex | D2 | F | F3 | E | 5E | 0 | 5 | 123 | 5A | 33 |
| Octal | 322 | 17 | 363 | 16 | 136 | 0 | 5 | 443 | 132 | 63 |
| Binary | 11010010 | 1111 | 11110011 | 1110 | 1011110 | 0 | 101 | 100100011 | 1011010 | 110011 |
Color Harmonies of #D20FF3
Complementary color
Monochromatic Colors of #D20FF3
Black with #D20FF3
Text Example
Text Example
White with #D20FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FF3; }
p { color: rgb(210,15,243); }
H1.HeaderClassName
{
color: #D20FF3;
}
.AnyTagClassName
{
color: #D20FF3;
}
</style>
background-color css
<style>
a { background-color: #D20FF3; }
a { background-color: rgb(210,15,243); }
div.DivClassName
{
background-color: #D20FF3;
}
.BgClassName
{
background-color: #D20FF3;
}
</style>
border-color css
<style>
span { border-color: #D20FF3; }
span { border-color: rgb(210,15,243); }
td.TdClassName
{
border-color: #D20FF3;
}
.TagClassName
{
border-color: #D20FF3;
}
</style>