Shades of Psychedelic Purple #DD18FB
Tints of Psychedelic Purple #DD18FB
RGB
CMYK
RGB Variations
Color information
#DD18FB (or 0xDD18FB) is known color: Psychedelic Purple. HEX triplet: DD, 18 and FB. RGB value is (221,24,251). Sum of RGB (Red+Green+Blue) = 221+24+251=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18FB is #22E704. Grayscale: #6C6C6C. Windows color (decimal): -2287365 or 16455901. OLE color: 16455901.
HSL color Cylindrical-coordinate representation of color #DD18FB: hue angle of 292.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD18FB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 24 | 251 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.02 |
| HSL | 292.07º | 0.97% | 0.54% | - |
| HSV(B) | 292.07º | 0.9% | 0.98% | - |
| XYZ | 47.56 | 22.99 | 93.2 | - |
| YUV | 108.78 | 208.27 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 251 | 0.12 | 0.90 | 0 | 0.02 | 292.07 | 0.97 | 0.54 |
| Hex | DD | 18 | FB | C | 5A | 0 | 2 | 124 | 61 | 36 |
| Octal | 335 | 30 | 373 | 14 | 132 | 0 | 2 | 444 | 141 | 66 |
| Binary | 11011101 | 11000 | 11111011 | 1100 | 1011010 | 0 | 10 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DD18FB
Complementary color
Monochromatic Colors of #DD18FB
Black with #DD18FB
Text Example
Text Example
White with #DD18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18FB; }
p { color: rgb(221,24,251); }
H1.HeaderClassName
{
color: #DD18FB;
}
.AnyTagClassName
{
color: #DD18FB;
}
</style>
background-color css
<style>
a { background-color: #DD18FB; }
a { background-color: rgb(221,24,251); }
div.DivClassName
{
background-color: #DD18FB;
}
.BgClassName
{
background-color: #DD18FB;
}
</style>
border-color css
<style>
span { border-color: #DD18FB; }
span { border-color: rgb(221,24,251); }
td.TdClassName
{
border-color: #DD18FB;
}
.TagClassName
{
border-color: #DD18FB;
}
</style>