Shades of Psychedelic Purple #DD03FB
Tints of Psychedelic Purple #DD03FB
RGB
CMYK
RGB Variations
Color information
#DD03FB (or 0xDD03FB) is known color: Psychedelic Purple. HEX triplet: DD, 03 and FB. RGB value is (221,3,251). Sum of RGB (Red+Green+Blue) = 221+3+251=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD03FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03FB is #22FC04. Grayscale: #5F5F5F. Windows color (decimal): -2292741 or 16450525. OLE color: 16450525.
HSL color Cylindrical-coordinate representation of color #DD03FB: hue angle of 292.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03FB is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 3 | 251 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.02 |
| HSL | 292.74º | 0.98% | 0.5% | - |
| HSV(B) | 292.74º | 0.99% | 0.98% | - |
| XYZ | 47.26 | 22.4 | 93.1 | - |
| YUV | 96.45 | 215.22 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 251 | 0.12 | 0.99 | 0 | 0.02 | 292.74 | 0.98 | 0.5 |
| Hex | DD | 3 | FB | C | 63 | 0 | 2 | 125 | 62 | 32 |
| Octal | 335 | 3 | 373 | 14 | 143 | 0 | 2 | 445 | 142 | 62 |
| Binary | 11011101 | 11 | 11111011 | 1100 | 1100011 | 0 | 10 | 100100101 | 1100010 | 110010 |
Color Harmonies of #DD03FB
Complementary color
Monochromatic Colors of #DD03FB
Black with #DD03FB
Text Example
Text Example
White with #DD03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03FB; }
p { color: rgb(221,3,251); }
H1.HeaderClassName
{
color: #DD03FB;
}
.AnyTagClassName
{
color: #DD03FB;
}
</style>
background-color css
<style>
a { background-color: #DD03FB; }
a { background-color: rgb(221,3,251); }
div.DivClassName
{
background-color: #DD03FB;
}
.BgClassName
{
background-color: #DD03FB;
}
</style>
border-color css
<style>
span { border-color: #DD03FB; }
span { border-color: rgb(221,3,251); }
td.TdClassName
{
border-color: #DD03FB;
}
.TagClassName
{
border-color: #DD03FB;
}
</style>