Shades of Psychedelic Purple #DD0BEC
Tints of Psychedelic Purple #DD0BEC
RGB
CMYK
RGB Variations
Color information
#DD0BEC (or 0xDD0BEC) is known color: Psychedelic Purple. HEX triplet: DD, 0B and EC. RGB value is (221,11,236). Sum of RGB (Red+Green+Blue) = 221+11+236=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BEC is #22F413. Grayscale: #626262. Windows color (decimal): -2290708 or 15469533. OLE color: 15469533.
HSL color Cylindrical-coordinate representation of color #DD0BEC: hue angle of 296º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BEC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 11 | 236 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.07 |
| HSL | 296º | 0.91% | 0.48% | - |
| HSV(B) | 296º | 0.95% | 0.93% | - |
| XYZ | 45.08 | 21.67 | 81.16 | - |
| YUV | 99.44 | 205.07 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 236 | 0.06 | 0.95 | 0 | 0.07 | 296 | 0.91 | 0.48 |
| Hex | DD | B | EC | 6 | 5F | 0 | 7 | 128 | 5B | 30 |
| Octal | 335 | 13 | 354 | 6 | 137 | 0 | 7 | 450 | 133 | 60 |
| Binary | 11011101 | 1011 | 11101100 | 110 | 1011111 | 0 | 111 | 100101000 | 1011011 | 110000 |
Color Harmonies of #DD0BEC
Complementary color
Monochromatic Colors of #DD0BEC
Black with #DD0BEC
Text Example
Text Example
White with #DD0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BEC; }
p { color: rgb(221,11,236); }
H1.HeaderClassName
{
color: #DD0BEC;
}
.AnyTagClassName
{
color: #DD0BEC;
}
</style>
background-color css
<style>
a { background-color: #DD0BEC; }
a { background-color: rgb(221,11,236); }
div.DivClassName
{
background-color: #DD0BEC;
}
.BgClassName
{
background-color: #DD0BEC;
}
</style>
border-color css
<style>
span { border-color: #DD0BEC; }
span { border-color: rgb(221,11,236); }
td.TdClassName
{
border-color: #DD0BEC;
}
.TagClassName
{
border-color: #DD0BEC;
}
</style>