Shades of Psychedelic Purple #DD0BEF
Tints of Psychedelic Purple #DD0BEF
RGB
CMYK
RGB Variations
Color information
#DD0BEF (or 0xDD0BEF) is known color: Psychedelic Purple. HEX triplet: DD, 0B and EF. RGB value is (221,11,239). Sum of RGB (Red+Green+Blue) = 221+11+239=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD0BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BEF is #22F410. Grayscale: #636363. Windows color (decimal): -2290705 or 15666141. OLE color: 15666141.
HSL color Cylindrical-coordinate representation of color #DD0BEF: hue angle of 295.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BEF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 11 | 239 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.06 |
| HSL | 295.26º | 0.91% | 0.49% | - |
| HSV(B) | 295.26º | 0.95% | 0.94% | - |
| XYZ | 45.52 | 21.84 | 83.48 | - |
| YUV | 99.78 | 206.57 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 239 | 0.08 | 0.95 | 0 | 0.06 | 295.26 | 0.91 | 0.49 |
| Hex | DD | B | EF | 8 | 5F | 0 | 6 | 127 | 5B | 31 |
| Octal | 335 | 13 | 357 | 10 | 137 | 0 | 6 | 447 | 133 | 61 |
| Binary | 11011101 | 1011 | 11101111 | 1000 | 1011111 | 0 | 110 | 100100111 | 1011011 | 110001 |
Color Harmonies of #DD0BEF
Complementary color
Monochromatic Colors of #DD0BEF
Black with #DD0BEF
Text Example
Text Example
White with #DD0BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BEF; }
p { color: rgb(221,11,239); }
H1.HeaderClassName
{
color: #DD0BEF;
}
.AnyTagClassName
{
color: #DD0BEF;
}
</style>
background-color css
<style>
a { background-color: #DD0BEF; }
a { background-color: rgb(221,11,239); }
div.DivClassName
{
background-color: #DD0BEF;
}
.BgClassName
{
background-color: #DD0BEF;
}
</style>
border-color css
<style>
span { border-color: #DD0BEF; }
span { border-color: rgb(221,11,239); }
td.TdClassName
{
border-color: #DD0BEF;
}
.TagClassName
{
border-color: #DD0BEF;
}
</style>