Shades of Psychedelic Purple #DD05FB
Tints of Psychedelic Purple #DD05FB
RGB
CMYK
RGB Variations
Color information
#DD05FB (or 0xDD05FB) is known color: Psychedelic Purple. HEX triplet: DD, 05 and FB. RGB value is (221,5,251). Sum of RGB (Red+Green+Blue) = 221+5+251=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD05FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD05FB is #22FA04. Grayscale: #606060. Windows color (decimal): -2292229 or 16451037. OLE color: 16451037.
HSL color Cylindrical-coordinate representation of color #DD05FB: hue angle of 292.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05FB is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 5 | 251 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.02 |
| HSL | 292.68º | 0.97% | 0.5% | - |
| HSV(B) | 292.68º | 0.98% | 0.98% | - |
| XYZ | 47.29 | 22.45 | 93.11 | - |
| YUV | 97.63 | 214.56 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 251 | 0.12 | 0.98 | 0 | 0.02 | 292.68 | 0.97 | 0.5 |
| Hex | DD | 5 | FB | C | 62 | 0 | 2 | 125 | 61 | 32 |
| Octal | 335 | 5 | 373 | 14 | 142 | 0 | 2 | 445 | 141 | 62 |
| Binary | 11011101 | 101 | 11111011 | 1100 | 1100010 | 0 | 10 | 100100101 | 1100001 | 110010 |
Color Harmonies of #DD05FB
Complementary color
Monochromatic Colors of #DD05FB
Black with #DD05FB
Text Example
Text Example
White with #DD05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05FB; }
p { color: rgb(221,5,251); }
H1.HeaderClassName
{
color: #DD05FB;
}
.AnyTagClassName
{
color: #DD05FB;
}
</style>
background-color css
<style>
a { background-color: #DD05FB; }
a { background-color: rgb(221,5,251); }
div.DivClassName
{
background-color: #DD05FB;
}
.BgClassName
{
background-color: #DD05FB;
}
</style>
border-color css
<style>
span { border-color: #DD05FB; }
span { border-color: rgb(221,5,251); }
td.TdClassName
{
border-color: #DD05FB;
}
.TagClassName
{
border-color: #DD05FB;
}
</style>