Shades of Psychedelic Purple #DD10EF
Tints of Psychedelic Purple #DD10EF
RGB
CMYK
RGB Variations
Color information
#DD10EF (or 0xDD10EF) is known color: Psychedelic Purple. HEX triplet: DD, 10 and EF. RGB value is (221,16,239). Sum of RGB (Red+Green+Blue) = 221+16+239=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10EF is #22EF10. Grayscale: #666666. Windows color (decimal): -2289425 or 15667421. OLE color: 15667421.
HSL color Cylindrical-coordinate representation of color #DD10EF: hue angle of 295.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10EF is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 16 | 239 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.06 |
| HSL | 295.16º | 0.87% | 0.5% | - |
| HSV(B) | 295.16º | 0.93% | 0.94% | - |
| XYZ | 45.58 | 21.97 | 83.5 | - |
| YUV | 102.72 | 204.92 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 239 | 0.08 | 0.93 | 0 | 0.06 | 295.16 | 0.87 | 0.5 |
| Hex | DD | 10 | EF | 8 | 5D | 0 | 6 | 127 | 57 | 32 |
| Octal | 335 | 20 | 357 | 10 | 135 | 0 | 6 | 447 | 127 | 62 |
| Binary | 11011101 | 10000 | 11101111 | 1000 | 1011101 | 0 | 110 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DD10EF
Complementary color
Monochromatic Colors of #DD10EF
Black with #DD10EF
Text Example
Text Example
White with #DD10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10EF; }
p { color: rgb(221,16,239); }
H1.HeaderClassName
{
color: #DD10EF;
}
.AnyTagClassName
{
color: #DD10EF;
}
</style>
background-color css
<style>
a { background-color: #DD10EF; }
a { background-color: rgb(221,16,239); }
div.DivClassName
{
background-color: #DD10EF;
}
.BgClassName
{
background-color: #DD10EF;
}
</style>
border-color css
<style>
span { border-color: #DD10EF; }
span { border-color: rgb(221,16,239); }
td.TdClassName
{
border-color: #DD10EF;
}
.TagClassName
{
border-color: #DD10EF;
}
</style>