Shades of Psychedelic Purple #D00FFD
Tints of Psychedelic Purple #D00FFD
RGB
CMYK
RGB Variations
Color information
#D00FFD (or 0xD00FFD) is known color: Psychedelic Purple. HEX triplet: D0, 0F and FD. RGB value is (208,15,253). Sum of RGB (Red+Green+Blue) = 208+15+253=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #D00FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FFD is #2FF002. Grayscale: #636363. Windows color (decimal): -3141635 or 16584656. OLE color: 16584656.
HSL color Cylindrical-coordinate representation of color #D00FFD: hue angle of 288.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00FFD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 15 | 253 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.01 |
| HSL | 288.66º | 0.98% | 0.53% | - |
| HSV(B) | 288.66º | 0.94% | 0.99% | - |
| XYZ | 43.91 | 20.84 | 94.64 | - |
| YUV | 99.84 | 214.44 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 253 | 0.18 | 0.94 | 0 | 0.01 | 288.66 | 0.98 | 0.53 |
| Hex | D0 | F | FD | 12 | 5E | 0 | 1 | 121 | 62 | 35 |
| Octal | 320 | 17 | 375 | 22 | 136 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010000 | 1111 | 11111101 | 10010 | 1011110 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D00FFD
Complementary color
Monochromatic Colors of #D00FFD
Black with #D00FFD
Text Example
Text Example
White with #D00FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FFD; }
p { color: rgb(208,15,253); }
H1.HeaderClassName
{
color: #D00FFD;
}
.AnyTagClassName
{
color: #D00FFD;
}
</style>
background-color css
<style>
a { background-color: #D00FFD; }
a { background-color: rgb(208,15,253); }
div.DivClassName
{
background-color: #D00FFD;
}
.BgClassName
{
background-color: #D00FFD;
}
</style>
border-color css
<style>
span { border-color: #D00FFD; }
span { border-color: rgb(208,15,253); }
td.TdClassName
{
border-color: #D00FFD;
}
.TagClassName
{
border-color: #D00FFD;
}
</style>