Shades of Psychedelic Purple #DD0BF1
Tints of Psychedelic Purple #DD0BF1
RGB
CMYK
RGB Variations
Color information
#DD0BF1 (or 0xDD0BF1) is known color: Psychedelic Purple. HEX triplet: DD, 0B and F1. RGB value is (221,11,241). Sum of RGB (Red+Green+Blue) = 221+11+241=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD0BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BF1 is #22F40E. Grayscale: #636363. Windows color (decimal): -2290703 or 15797213. OLE color: 15797213.
HSL color Cylindrical-coordinate representation of color #DD0BF1: hue angle of 294.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BF1 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 11 | 241 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.05 |
| HSL | 294.78º | 0.91% | 0.49% | - |
| HSV(B) | 294.78º | 0.95% | 0.95% | - |
| XYZ | 45.82 | 21.96 | 85.04 | - |
| YUV | 100.01 | 207.57 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 241 | 0.08 | 0.95 | 0 | 0.05 | 294.78 | 0.91 | 0.49 |
| Hex | DD | B | F1 | 8 | 5F | 0 | 5 | 127 | 5B | 31 |
| Octal | 335 | 13 | 361 | 10 | 137 | 0 | 5 | 447 | 133 | 61 |
| Binary | 11011101 | 1011 | 11110001 | 1000 | 1011111 | 0 | 101 | 100100111 | 1011011 | 110001 |
Color Harmonies of #DD0BF1
Complementary color
Monochromatic Colors of #DD0BF1
Black with #DD0BF1
Text Example
Text Example
White with #DD0BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BF1; }
p { color: rgb(221,11,241); }
H1.HeaderClassName
{
color: #DD0BF1;
}
.AnyTagClassName
{
color: #DD0BF1;
}
</style>
background-color css
<style>
a { background-color: #DD0BF1; }
a { background-color: rgb(221,11,241); }
div.DivClassName
{
background-color: #DD0BF1;
}
.BgClassName
{
background-color: #DD0BF1;
}
</style>
border-color css
<style>
span { border-color: #DD0BF1; }
span { border-color: rgb(221,11,241); }
td.TdClassName
{
border-color: #DD0BF1;
}
.TagClassName
{
border-color: #DD0BF1;
}
</style>