Shades of Psychedelic Purple #DD0BE6
Tints of Psychedelic Purple #DD0BE6
RGB
CMYK
RGB Variations
Color information
#DD0BE6 (or 0xDD0BE6) is known color: Psychedelic Purple. HEX triplet: DD, 0B and E6. RGB value is (221,11,230). Sum of RGB (Red+Green+Blue) = 221+11+230=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD0BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BE6 is #22F419. Grayscale: #626262. Windows color (decimal): -2290714 or 15076317. OLE color: 15076317.
HSL color Cylindrical-coordinate representation of color #DD0BE6: hue angle of 297.53º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BE6 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 11 | 230 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.10 |
| HSL | 297.53º | 0.91% | 0.47% | - |
| HSV(B) | 297.53º | 0.95% | 0.9% | - |
| XYZ | 44.22 | 21.32 | 76.65 | - |
| YUV | 98.76 | 202.07 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 230 | 0.04 | 0.95 | 0 | 0.10 | 297.53 | 0.91 | 0.47 |
| Hex | DD | B | E6 | 4 | 5F | 0 | A | 12A | 5B | 2F |
| Octal | 335 | 13 | 346 | 4 | 137 | 0 | 12 | 452 | 133 | 57 |
| Binary | 11011101 | 1011 | 11100110 | 100 | 1011111 | 0 | 1010 | 100101010 | 1011011 | 101111 |
Color Harmonies of #DD0BE6
Complementary color
Monochromatic Colors of #DD0BE6
Black with #DD0BE6
Text Example
Text Example
White with #DD0BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BE6; }
p { color: rgb(221,11,230); }
H1.HeaderClassName
{
color: #DD0BE6;
}
.AnyTagClassName
{
color: #DD0BE6;
}
</style>
background-color css
<style>
a { background-color: #DD0BE6; }
a { background-color: rgb(221,11,230); }
div.DivClassName
{
background-color: #DD0BE6;
}
.BgClassName
{
background-color: #DD0BE6;
}
</style>
border-color css
<style>
span { border-color: #DD0BE6; }
span { border-color: rgb(221,11,230); }
td.TdClassName
{
border-color: #DD0BE6;
}
.TagClassName
{
border-color: #DD0BE6;
}
</style>