Shades of Psychedelic Purple #D11CF0
Tints of Psychedelic Purple #D11CF0
RGB
CMYK
RGB Variations
Color information
#D11CF0 (or 0xD11CF0) is known color: Psychedelic Purple. HEX triplet: D1, 1C and F0. RGB value is (209,28,240). Sum of RGB (Red+Green+Blue) = 209+28+240=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #D11CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CF0 is #2EE30F. Grayscale: #696969. Windows color (decimal): -3072784 or 15736017. OLE color: 15736017.
HSL color Cylindrical-coordinate representation of color #D11CF0: hue angle of 291.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CF0 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 28 | 240 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.06 |
| HSL | 291.23º | 0.88% | 0.53% | - |
| HSV(B) | 291.23º | 0.88% | 0.94% | - |
| XYZ | 42.44 | 20.68 | 84.19 | - |
| YUV | 106.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 240 | 0.13 | 0.88 | 0 | 0.06 | 291.23 | 0.88 | 0.53 |
| Hex | D1 | 1C | F0 | D | 58 | 0 | 6 | 123 | 58 | 35 |
| Octal | 321 | 34 | 360 | 15 | 130 | 0 | 6 | 443 | 130 | 65 |
| Binary | 11010001 | 11100 | 11110000 | 1101 | 1011000 | 0 | 110 | 100100011 | 1011000 | 110101 |
Color Harmonies of #D11CF0
Complementary color
Monochromatic Colors of #D11CF0
Black with #D11CF0
Text Example
Text Example
White with #D11CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CF0; }
p { color: rgb(209,28,240); }
H1.HeaderClassName
{
color: #D11CF0;
}
.AnyTagClassName
{
color: #D11CF0;
}
</style>
background-color css
<style>
a { background-color: #D11CF0; }
a { background-color: rgb(209,28,240); }
div.DivClassName
{
background-color: #D11CF0;
}
.BgClassName
{
background-color: #D11CF0;
}
</style>
border-color css
<style>
span { border-color: #D11CF0; }
span { border-color: rgb(209,28,240); }
td.TdClassName
{
border-color: #D11CF0;
}
.TagClassName
{
border-color: #D11CF0;
}
</style>