Shades of Psychedelic Purple #DD0BFE
Tints of Psychedelic Purple #DD0BFE
RGB
CMYK
RGB Variations
Color information
#DD0BFE (or 0xDD0BFE) is known color: Psychedelic Purple. HEX triplet: DD, 0B and FE. RGB value is (221,11,254). Sum of RGB (Red+Green+Blue) = 221+11+254=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 11 (4.69% from 255 or 2.26% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD0BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BFE is #22F401. Grayscale: #646464. Windows color (decimal): -2290690 or 16649181. OLE color: 16649181.
HSL color Cylindrical-coordinate representation of color #DD0BFE: hue angle of 291.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0BFE is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 11 | 254 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.00 |
| HSL | 291.85º | 0.99% | 0.52% | - |
| HSV(B) | 291.85º | 0.96% | 1% | - |
| XYZ | 47.83 | 22.77 | 95.64 | - |
| YUV | 101.49 | 214.07 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 254 | 0.13 | 0.96 | 0 | 0.00 | 291.85 | 0.99 | 0.52 |
| Hex | DD | B | FE | D | 60 | 0 | 0 | 124 | 63 | 34 |
| Octal | 335 | 13 | 376 | 15 | 140 | 0 | 0 | 444 | 143 | 64 |
| Binary | 11011101 | 1011 | 11111110 | 1101 | 1100000 | 0 | 0 | 100100100 | 1100011 | 110100 |
Color Harmonies of #DD0BFE
Complementary color
Monochromatic Colors of #DD0BFE
Black with #DD0BFE
Text Example
Text Example
White with #DD0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BFE; }
p { color: rgb(221,11,254); }
H1.HeaderClassName
{
color: #DD0BFE;
}
.AnyTagClassName
{
color: #DD0BFE;
}
</style>
background-color css
<style>
a { background-color: #DD0BFE; }
a { background-color: rgb(221,11,254); }
div.DivClassName
{
background-color: #DD0BFE;
}
.BgClassName
{
background-color: #DD0BFE;
}
</style>
border-color css
<style>
span { border-color: #DD0BFE; }
span { border-color: rgb(221,11,254); }
td.TdClassName
{
border-color: #DD0BFE;
}
.TagClassName
{
border-color: #DD0BFE;
}
</style>