Shades of Psychedelic Purple #D20DFD
Tints of Psychedelic Purple #D20DFD
RGB
CMYK
RGB Variations
Color information
#D20DFD (or 0xD20DFD) is known color: Psychedelic Purple. HEX triplet: D2, 0D and FD. RGB value is (210,13,253). Sum of RGB (Red+Green+Blue) = 210+13+253=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 13 (5.47% from 255 or 2.73% 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 #D20DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DFD is #2DF202. Grayscale: #626262. Windows color (decimal): -3011075 or 16584146. OLE color: 16584146.
HSL color Cylindrical-coordinate representation of color #D20DFD: hue angle of 289.25º 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 #D20DFD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 13 | 253 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.01 |
| HSL | 289.25º | 0.98% | 0.52% | - |
| HSV(B) | 289.25º | 0.95% | 0.99% | - |
| XYZ | 44.45 | 21.08 | 94.65 | - |
| YUV | 99.26 | 214.77 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 253 | 0.17 | 0.95 | 0 | 0.01 | 289.25 | 0.98 | 0.52 |
| Hex | D2 | D | FD | 11 | 5F | 0 | 1 | 121 | 62 | 34 |
| Octal | 322 | 15 | 375 | 21 | 137 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11010010 | 1101 | 11111101 | 10001 | 1011111 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #D20DFD
Complementary color
Monochromatic Colors of #D20DFD
Black with #D20DFD
Text Example
Text Example
White with #D20DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DFD; }
p { color: rgb(210,13,253); }
H1.HeaderClassName
{
color: #D20DFD;
}
.AnyTagClassName
{
color: #D20DFD;
}
</style>
background-color css
<style>
a { background-color: #D20DFD; }
a { background-color: rgb(210,13,253); }
div.DivClassName
{
background-color: #D20DFD;
}
.BgClassName
{
background-color: #D20DFD;
}
</style>
border-color css
<style>
span { border-color: #D20DFD; }
span { border-color: rgb(210,13,253); }
td.TdClassName
{
border-color: #D20DFD;
}
.TagClassName
{
border-color: #D20DFD;
}
</style>