Shades of Psychedelic Purple #D00DF8
Tints of Psychedelic Purple #D00DF8
RGB
CMYK
RGB Variations
Color information
#D00DF8 (or 0xD00DF8) is known color: Psychedelic Purple. HEX triplet: D0, 0D and F8. RGB value is (208,13,248). Sum of RGB (Red+Green+Blue) = 208+13+248=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #D00DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DF8 is #2FF207. Grayscale: #616161. Windows color (decimal): -3142152 or 16256464. OLE color: 16256464.
HSL color Cylindrical-coordinate representation of color #D00DF8: hue angle of 289.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00DF8 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 13 | 248 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.03 |
| HSL | 289.79º | 0.94% | 0.51% | - |
| HSV(B) | 289.79º | 0.95% | 0.97% | - |
| XYZ | 43.1 | 20.48 | 90.49 | - |
| YUV | 98.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 248 | 0.16 | 0.95 | 0 | 0.03 | 289.79 | 0.94 | 0.51 |
| Hex | D0 | D | F8 | 10 | 5F | 0 | 3 | 122 | 5E | 33 |
| Octal | 320 | 15 | 370 | 20 | 137 | 0 | 3 | 442 | 136 | 63 |
| Binary | 11010000 | 1101 | 11111000 | 10000 | 1011111 | 0 | 11 | 100100010 | 1011110 | 110011 |
Color Harmonies of #D00DF8
Complementary color
Monochromatic Colors of #D00DF8
Black with #D00DF8
Text Example
Text Example
White with #D00DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DF8; }
p { color: rgb(208,13,248); }
H1.HeaderClassName
{
color: #D00DF8;
}
.AnyTagClassName
{
color: #D00DF8;
}
</style>
background-color css
<style>
a { background-color: #D00DF8; }
a { background-color: rgb(208,13,248); }
div.DivClassName
{
background-color: #D00DF8;
}
.BgClassName
{
background-color: #D00DF8;
}
</style>
border-color css
<style>
span { border-color: #D00DF8; }
span { border-color: rgb(208,13,248); }
td.TdClassName
{
border-color: #D00DF8;
}
.TagClassName
{
border-color: #D00DF8;
}
</style>