Shades of Psychedelic Purple #D11CFD
Tints of Psychedelic Purple #D11CFD
RGB
CMYK
RGB Variations
Color information
#D11CFD (or 0xD11CFD) is known color: Psychedelic Purple. HEX triplet: D1, 1C and FD. RGB value is (209,28,253). Sum of RGB (Red+Green+Blue) = 209+28+253=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #D11CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CFD is #2EE302. Grayscale: #6B6B6B. Windows color (decimal): -3072771 or 16587985. OLE color: 16587985.
HSL color Cylindrical-coordinate representation of color #D11CFD: hue angle of 288.27º 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 #D11CFD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 28 | 253 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.01 |
| HSL | 288.27º | 0.98% | 0.55% | - |
| HSV(B) | 288.27º | 0.89% | 0.99% | - |
| XYZ | 44.44 | 21.48 | 94.73 | - |
| YUV | 107.77 | 209.97 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 253 | 0.17 | 0.89 | 0 | 0.01 | 288.27 | 0.98 | 0.55 |
| Hex | D1 | 1C | FD | 11 | 59 | 0 | 1 | 120 | 62 | 37 |
| Octal | 321 | 34 | 375 | 21 | 131 | 0 | 1 | 440 | 142 | 67 |
| Binary | 11010001 | 11100 | 11111101 | 10001 | 1011001 | 0 | 1 | 100100000 | 1100010 | 110111 |
Color Harmonies of #D11CFD
Complementary color
Monochromatic Colors of #D11CFD
Black with #D11CFD
Text Example
Text Example
White with #D11CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CFD; }
p { color: rgb(209,28,253); }
H1.HeaderClassName
{
color: #D11CFD;
}
.AnyTagClassName
{
color: #D11CFD;
}
</style>
background-color css
<style>
a { background-color: #D11CFD; }
a { background-color: rgb(209,28,253); }
div.DivClassName
{
background-color: #D11CFD;
}
.BgClassName
{
background-color: #D11CFD;
}
</style>
border-color css
<style>
span { border-color: #D11CFD; }
span { border-color: rgb(209,28,253); }
td.TdClassName
{
border-color: #D11CFD;
}
.TagClassName
{
border-color: #D11CFD;
}
</style>