Shades of Psychedelic Purple #DD15FB
Tints of Psychedelic Purple #DD15FB
RGB
CMYK
RGB Variations
Color information
#DD15FB (or 0xDD15FB) is known color: Psychedelic Purple. HEX triplet: DD, 15 and FB. RGB value is (221,21,251). Sum of RGB (Red+Green+Blue) = 221+21+251=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD15FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15FB is #22EA04. Grayscale: #6A6A6A. Windows color (decimal): -2288133 or 16455133. OLE color: 16455133.
HSL color Cylindrical-coordinate representation of color #DD15FB: hue angle of 292.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD15FB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 21 | 251 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.02 |
| HSL | 292.17º | 0.97% | 0.53% | - |
| HSV(B) | 292.17º | 0.92% | 0.98% | - |
| XYZ | 47.5 | 22.87 | 93.18 | - |
| YUV | 107.02 | 209.26 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 251 | 0.12 | 0.92 | 0 | 0.02 | 292.17 | 0.97 | 0.53 |
| Hex | DD | 15 | FB | C | 5C | 0 | 2 | 124 | 61 | 35 |
| Octal | 335 | 25 | 373 | 14 | 134 | 0 | 2 | 444 | 141 | 65 |
| Binary | 11011101 | 10101 | 11111011 | 1100 | 1011100 | 0 | 10 | 100100100 | 1100001 | 110101 |
Color Harmonies of #DD15FB
Complementary color
Monochromatic Colors of #DD15FB
Black with #DD15FB
Text Example
Text Example
White with #DD15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15FB; }
p { color: rgb(221,21,251); }
H1.HeaderClassName
{
color: #DD15FB;
}
.AnyTagClassName
{
color: #DD15FB;
}
</style>
background-color css
<style>
a { background-color: #DD15FB; }
a { background-color: rgb(221,21,251); }
div.DivClassName
{
background-color: #DD15FB;
}
.BgClassName
{
background-color: #DD15FB;
}
</style>
border-color css
<style>
span { border-color: #DD15FB; }
span { border-color: rgb(221,21,251); }
td.TdClassName
{
border-color: #DD15FB;
}
.TagClassName
{
border-color: #DD15FB;
}
</style>