Shades of Psychedelic Purple #DD03FE
Tints of Psychedelic Purple #DD03FE
RGB
CMYK
RGB Variations
Color information
#DD03FE (or 0xDD03FE) is known color: Psychedelic Purple. HEX triplet: DD, 03 and FE. RGB value is (221,3,254). Sum of RGB (Red+Green+Blue) = 221+3+254=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 3 (1.56% from 255 or 0.63% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03FE is #22FC01. Grayscale: #606060. Windows color (decimal): -2292738 or 16647133. OLE color: 16647133.
HSL color Cylindrical-coordinate representation of color #DD03FE: hue angle of 292.11º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03FE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 3 | 254 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.00 |
| HSL | 292.11º | 0.99% | 0.5% | - |
| HSV(B) | 292.11º | 0.99% | 1% | - |
| XYZ | 47.74 | 22.59 | 95.61 | - |
| YUV | 96.8 | 216.72 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 254 | 0.13 | 0.99 | 0 | 0.00 | 292.11 | 0.99 | 0.5 |
| Hex | DD | 3 | FE | D | 63 | 0 | 0 | 124 | 63 | 32 |
| Octal | 335 | 3 | 376 | 15 | 143 | 0 | 0 | 444 | 143 | 62 |
| Binary | 11011101 | 11 | 11111110 | 1101 | 1100011 | 0 | 0 | 100100100 | 1100011 | 110010 |
Color Harmonies of #DD03FE
Complementary color
Monochromatic Colors of #DD03FE
Black with #DD03FE
Text Example
Text Example
White with #DD03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03FE; }
p { color: rgb(221,3,254); }
H1.HeaderClassName
{
color: #DD03FE;
}
.AnyTagClassName
{
color: #DD03FE;
}
</style>
background-color css
<style>
a { background-color: #DD03FE; }
a { background-color: rgb(221,3,254); }
div.DivClassName
{
background-color: #DD03FE;
}
.BgClassName
{
background-color: #DD03FE;
}
</style>
border-color css
<style>
span { border-color: #DD03FE; }
span { border-color: rgb(221,3,254); }
td.TdClassName
{
border-color: #DD03FE;
}
.TagClassName
{
border-color: #DD03FE;
}
</style>