Shades of Psychedelic Purple #D00DFC
Tints of Psychedelic Purple #D00DFC
RGB
CMYK
RGB Variations
Color information
#D00DFC (or 0xD00DFC) is known color: Psychedelic Purple. HEX triplet: D0, 0D and FC. RGB value is (208,13,252). Sum of RGB (Red+Green+Blue) = 208+13+252=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #D00DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DFC is #2FF203. Grayscale: #616161. Windows color (decimal): -3142148 or 16518608. OLE color: 16518608.
HSL color Cylindrical-coordinate representation of color #D00DFC: hue angle of 288.95º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00DFC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 13 | 252 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.01 |
| HSL | 288.95º | 0.98% | 0.52% | - |
| HSV(B) | 288.95º | 0.95% | 0.99% | - |
| XYZ | 43.73 | 20.73 | 93.79 | - |
| YUV | 98.55 | 214.6 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 252 | 0.17 | 0.95 | 0 | 0.01 | 288.95 | 0.98 | 0.52 |
| Hex | D0 | D | FC | 11 | 5F | 0 | 1 | 121 | 62 | 34 |
| Octal | 320 | 15 | 374 | 21 | 137 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11010000 | 1101 | 11111100 | 10001 | 1011111 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #D00DFC
Complementary color
Monochromatic Colors of #D00DFC
Black with #D00DFC
Text Example
Text Example
White with #D00DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DFC; }
p { color: rgb(208,13,252); }
H1.HeaderClassName
{
color: #D00DFC;
}
.AnyTagClassName
{
color: #D00DFC;
}
</style>
background-color css
<style>
a { background-color: #D00DFC; }
a { background-color: rgb(208,13,252); }
div.DivClassName
{
background-color: #D00DFC;
}
.BgClassName
{
background-color: #D00DFC;
}
</style>
border-color css
<style>
span { border-color: #D00DFC; }
span { border-color: rgb(208,13,252); }
td.TdClassName
{
border-color: #D00DFC;
}
.TagClassName
{
border-color: #D00DFC;
}
</style>