Shades of Psychedelic Purple #D21DFD
Tints of Psychedelic Purple #D21DFD
RGB
CMYK
RGB Variations
Color information
#D21DFD (or 0xD21DFD) is known color: Psychedelic Purple. HEX triplet: D2, 1D and FD. RGB value is (210,29,253). Sum of RGB (Red+Green+Blue) = 210+29+253=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #D21DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DFD is #2DE202. Grayscale: #6B6B6B. Windows color (decimal): -3006979 or 16588242. OLE color: 16588242.
HSL color Cylindrical-coordinate representation of color #D21DFD: hue angle of 288.48º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21DFD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 210 | 29 | 253 | - |
CMYK | 0.17 | 0.89 | 0 | 0.01 |
HSL | 288.48º | 0.98% | 0.55% | - |
HSV(B) | 288.48º | 0.89% | 0.99% | - |
XYZ | 44.75 | 21.67 | 94.75 | - |
YUV | 108.66 | 209.47 | 200.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 29 | 253 | 0.17 | 0.89 | 0 | 0.01 | 288.48 | 0.98 | 0.55 |
Hex | D2 | 1D | FD | 11 | 59 | 0 | 1 | 120 | 62 | 37 |
Octal | 322 | 35 | 375 | 21 | 131 | 0 | 1 | 440 | 142 | 67 |
Binary | 11010010 | 11101 | 11111101 | 10001 | 1011001 | 0 | 1 | 100100000 | 1100010 | 110111 |
Color Harmonies of #D21DFD
Complementary color
Monochromatic Colors of #D21DFD
Black with #D21DFD
Text Example
Text Example
White with #D21DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DFD; }
p { color: rgb(210,29,253); }
H1.HeaderClassName
{
color: #D21DFD;
}
.AnyTagClassName
{
color: #D21DFD;
}
</style>
background-color css
<style>
a { background-color: #D21DFD; }
a { background-color: rgb(210,29,253); }
div.DivClassName
{
background-color: #D21DFD;
}
.BgClassName
{
background-color: #D21DFD;
}
</style>
border-color css
<style>
span { border-color: #D21DFD; }
span { border-color: rgb(210,29,253); }
td.TdClassName
{
border-color: #D21DFD;
}
.TagClassName
{
border-color: #D21DFD;
}
</style>