Shades of Psychedelic Purple #D01CF0
Tints of Psychedelic Purple #D01CF0
RGB
CMYK
RGB Variations
Color information
#D01CF0 (or 0xD01CF0) is known color: Psychedelic Purple. HEX triplet: D0, 1C and F0. RGB value is (208,28,240). Sum of RGB (Red+Green+Blue) = 208+28+240=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #D01CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CF0 is #2FE30F. Grayscale: #696969. Windows color (decimal): -3138320 or 15736016. OLE color: 15736016.
HSL color Cylindrical-coordinate representation of color #D01CF0: hue angle of 290.94º 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 #D01CF0 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 28 | 240 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.06 |
| HSL | 290.94º | 0.88% | 0.53% | - |
| HSV(B) | 290.94º | 0.88% | 0.94% | - |
| XYZ | 42.16 | 20.53 | 84.18 | - |
| YUV | 105.99 | 203.63 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 240 | 0.13 | 0.88 | 0 | 0.06 | 290.94 | 0.88 | 0.53 |
| Hex | D0 | 1C | F0 | D | 58 | 0 | 6 | 123 | 58 | 35 |
| Octal | 320 | 34 | 360 | 15 | 130 | 0 | 6 | 443 | 130 | 65 |
| Binary | 11010000 | 11100 | 11110000 | 1101 | 1011000 | 0 | 110 | 100100011 | 1011000 | 110101 |
Color Harmonies of #D01CF0
Complementary color
Monochromatic Colors of #D01CF0
Black with #D01CF0
Text Example
Text Example
White with #D01CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CF0; }
p { color: rgb(208,28,240); }
H1.HeaderClassName
{
color: #D01CF0;
}
.AnyTagClassName
{
color: #D01CF0;
}
</style>
background-color css
<style>
a { background-color: #D01CF0; }
a { background-color: rgb(208,28,240); }
div.DivClassName
{
background-color: #D01CF0;
}
.BgClassName
{
background-color: #D01CF0;
}
</style>
border-color css
<style>
span { border-color: #D01CF0; }
span { border-color: rgb(208,28,240); }
td.TdClassName
{
border-color: #D01CF0;
}
.TagClassName
{
border-color: #D01CF0;
}
</style>