Shades of Psychedelic Purple #D21CFD
Tints of Psychedelic Purple #D21CFD
RGB
CMYK
RGB Variations
Color information
#D21CFD (or 0xD21CFD) is known color: Psychedelic Purple. HEX triplet: D2, 1C and FD. RGB value is (210,28,253). Sum of RGB (Red+Green+Blue) = 210+28+253=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #D21CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21CFD is #2DE302. Grayscale: #6B6B6B. Windows color (decimal): -3007235 or 16587986. OLE color: 16587986.
HSL color Cylindrical-coordinate representation of color #D21CFD: hue angle of 288.53º 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 #D21CFD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 28 | 253 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.01 |
| HSL | 288.53º | 0.98% | 0.55% | - |
| HSV(B) | 288.53º | 0.89% | 0.99% | - |
| XYZ | 44.72 | 21.62 | 94.75 | - |
| YUV | 108.07 | 209.8 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 253 | 0.17 | 0.89 | 0 | 0.01 | 288.53 | 0.98 | 0.55 |
| Hex | D2 | 1C | FD | 11 | 59 | 0 | 1 | 121 | 62 | 37 |
| Octal | 322 | 34 | 375 | 21 | 131 | 0 | 1 | 441 | 142 | 67 |
| Binary | 11010010 | 11100 | 11111101 | 10001 | 1011001 | 0 | 1 | 100100001 | 1100010 | 110111 |
Color Harmonies of #D21CFD
Complementary color
Monochromatic Colors of #D21CFD
Black with #D21CFD
Text Example
Text Example
White with #D21CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CFD; }
p { color: rgb(210,28,253); }
H1.HeaderClassName
{
color: #D21CFD;
}
.AnyTagClassName
{
color: #D21CFD;
}
</style>
background-color css
<style>
a { background-color: #D21CFD; }
a { background-color: rgb(210,28,253); }
div.DivClassName
{
background-color: #D21CFD;
}
.BgClassName
{
background-color: #D21CFD;
}
</style>
border-color css
<style>
span { border-color: #D21CFD; }
span { border-color: rgb(210,28,253); }
td.TdClassName
{
border-color: #D21CFD;
}
.TagClassName
{
border-color: #D21CFD;
}
</style>