Shades of Psychedelic Purple #DD0BEB
Tints of Psychedelic Purple #DD0BEB
RGB
CMYK
RGB Variations
Color information
#DD0BEB (or 0xDD0BEB) is known color: Psychedelic Purple. HEX triplet: DD, 0B and EB. RGB value is (221,11,235). Sum of RGB (Red+Green+Blue) = 221+11+235=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BEB is #22F414. Grayscale: #626262. Windows color (decimal): -2290709 or 15403997. OLE color: 15403997.
HSL color Cylindrical-coordinate representation of color #DD0BEB: hue angle of 296.25º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BEB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 11 | 235 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.08 |
| HSL | 296.25º | 0.91% | 0.48% | - |
| HSV(B) | 296.25º | 0.95% | 0.92% | - |
| XYZ | 44.93 | 21.61 | 80.4 | - |
| YUV | 99.33 | 204.57 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 235 | 0.06 | 0.95 | 0 | 0.08 | 296.25 | 0.91 | 0.48 |
| Hex | DD | B | EB | 6 | 5F | 0 | 8 | 128 | 5B | 30 |
| Octal | 335 | 13 | 353 | 6 | 137 | 0 | 10 | 450 | 133 | 60 |
| Binary | 11011101 | 1011 | 11101011 | 110 | 1011111 | 0 | 1000 | 100101000 | 1011011 | 110000 |
Color Harmonies of #DD0BEB
Complementary color
Monochromatic Colors of #DD0BEB
Black with #DD0BEB
Text Example
Text Example
White with #DD0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BEB; }
p { color: rgb(221,11,235); }
H1.HeaderClassName
{
color: #DD0BEB;
}
.AnyTagClassName
{
color: #DD0BEB;
}
</style>
background-color css
<style>
a { background-color: #DD0BEB; }
a { background-color: rgb(221,11,235); }
div.DivClassName
{
background-color: #DD0BEB;
}
.BgClassName
{
background-color: #DD0BEB;
}
</style>
border-color css
<style>
span { border-color: #DD0BEB; }
span { border-color: rgb(221,11,235); }
td.TdClassName
{
border-color: #DD0BEB;
}
.TagClassName
{
border-color: #DD0BEB;
}
</style>