Shades of Psychedelic Purple #DD0DFF
Tints of Psychedelic Purple #DD0DFF
RGB
CMYK
RGB Variations
Color information
#DD0DFF (or 0xDD0DFF) is known color: Psychedelic Purple. HEX triplet: DD, 0D and FF. RGB value is (221,13,255). Sum of RGB (Red+Green+Blue) = 221+13+255=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 13 (5.47% from 255 or 2.66% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD0DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0DFF is #22F200. Grayscale: #666666. Windows color (decimal): -2290177 or 16715229. OLE color: 16715229.
HSL color Cylindrical-coordinate representation of color #DD0DFF: hue angle of 291.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0DFF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 13 | 255 | - |
| CMYK | 0.13 | 0.95 | 0 | 0 |
| HSL | 291.57º | 1% | 0.53% | - |
| HSV(B) | 291.57º | 0.95% | 1% | - |
| XYZ | 48.01 | 22.88 | 96.49 | - |
| YUV | 102.78 | 213.91 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 255 | 0.13 | 0.95 | 0 | 0 | 291.57 | 1 | 0.53 |
| Hex | DD | D | FF | D | 5F | 0 | 0 | 124 | 64 | 35 |
| Octal | 335 | 15 | 377 | 15 | 137 | 0 | 0 | 444 | 144 | 65 |
| Binary | 11011101 | 1101 | 11111111 | 1101 | 1011111 | 0 | 0 | 100100100 | 1100100 | 110101 |
Color Harmonies of #DD0DFF
Complementary color
Monochromatic Colors of #DD0DFF
Black with #DD0DFF
Text Example
Text Example
White with #DD0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DFF; }
p { color: rgb(221,13,255); }
H1.HeaderClassName
{
color: #DD0DFF;
}
.AnyTagClassName
{
color: #DD0DFF;
}
</style>
background-color css
<style>
a { background-color: #DD0DFF; }
a { background-color: rgb(221,13,255); }
div.DivClassName
{
background-color: #DD0DFF;
}
.BgClassName
{
background-color: #DD0DFF;
}
</style>
border-color css
<style>
span { border-color: #DD0DFF; }
span { border-color: rgb(221,13,255); }
td.TdClassName
{
border-color: #DD0DFF;
}
.TagClassName
{
border-color: #DD0DFF;
}
</style>