Shades of Psychedelic Purple #DD0BF7
Tints of Psychedelic Purple #DD0BF7
RGB
CMYK
RGB Variations
Color information
#DD0BF7 (or 0xDD0BF7) is known color: Psychedelic Purple. HEX triplet: DD, 0B and F7. RGB value is (221,11,247). Sum of RGB (Red+Green+Blue) = 221+11+247=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD0BF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BF7 is #22F408. Grayscale: #636363. Windows color (decimal): -2290697 or 16190429. OLE color: 16190429.
HSL color Cylindrical-coordinate representation of color #DD0BF7: hue angle of 293.39º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0BF7 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 11 | 247 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.03 |
| HSL | 293.39º | 0.94% | 0.51% | - |
| HSV(B) | 293.39º | 0.96% | 0.97% | - |
| XYZ | 46.73 | 22.33 | 89.84 | - |
| YUV | 100.69 | 210.57 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 247 | 0.11 | 0.96 | 0 | 0.03 | 293.39 | 0.94 | 0.51 |
| Hex | DD | B | F7 | B | 60 | 0 | 3 | 125 | 5E | 33 |
| Octal | 335 | 13 | 367 | 13 | 140 | 0 | 3 | 445 | 136 | 63 |
| Binary | 11011101 | 1011 | 11110111 | 1011 | 1100000 | 0 | 11 | 100100101 | 1011110 | 110011 |
Color Harmonies of #DD0BF7
Complementary color
Monochromatic Colors of #DD0BF7
Black with #DD0BF7
Text Example
Text Example
White with #DD0BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BF7; }
p { color: rgb(221,11,247); }
H1.HeaderClassName
{
color: #DD0BF7;
}
.AnyTagClassName
{
color: #DD0BF7;
}
</style>
background-color css
<style>
a { background-color: #DD0BF7; }
a { background-color: rgb(221,11,247); }
div.DivClassName
{
background-color: #DD0BF7;
}
.BgClassName
{
background-color: #DD0BF7;
}
</style>
border-color css
<style>
span { border-color: #DD0BF7; }
span { border-color: rgb(221,11,247); }
td.TdClassName
{
border-color: #DD0BF7;
}
.TagClassName
{
border-color: #DD0BF7;
}
</style>