Shades of Psychedelic Purple #D203FD
Tints of Psychedelic Purple #D203FD
RGB
CMYK
RGB Variations
Color information
#D203FD (or 0xD203FD) is known color: Psychedelic Purple. HEX triplet: D2, 03 and FD. RGB value is (210,3,253). Sum of RGB (Red+Green+Blue) = 210+3+253=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #D203FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D203FD is #2DFC02. Grayscale: #5C5C5C. Windows color (decimal): -3013635 or 16581586. OLE color: 16581586.
HSL color Cylindrical-coordinate representation of color #D203FD: hue angle of 289.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203FD is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 3 | 253 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.01 |
| HSL | 289.68º | 0.98% | 0.5% | - |
| HSV(B) | 289.68º | 0.99% | 0.99% | - |
| XYZ | 44.34 | 20.86 | 94.62 | - |
| YUV | 93.39 | 218.08 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 253 | 0.17 | 0.99 | 0 | 0.01 | 289.68 | 0.98 | 0.5 |
| Hex | D2 | 3 | FD | 11 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 322 | 3 | 375 | 21 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010010 | 11 | 11111101 | 10001 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D203FD
Complementary color
Monochromatic Colors of #D203FD
Black with #D203FD
Text Example
Text Example
White with #D203FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203FD; }
p { color: rgb(210,3,253); }
H1.HeaderClassName
{
color: #D203FD;
}
.AnyTagClassName
{
color: #D203FD;
}
</style>
background-color css
<style>
a { background-color: #D203FD; }
a { background-color: rgb(210,3,253); }
div.DivClassName
{
background-color: #D203FD;
}
.BgClassName
{
background-color: #D203FD;
}
</style>
border-color css
<style>
span { border-color: #D203FD; }
span { border-color: rgb(210,3,253); }
td.TdClassName
{
border-color: #D203FD;
}
.TagClassName
{
border-color: #D203FD;
}
</style>