Shades of Psychedelic Purple #DD1CFB
Tints of Psychedelic Purple #DD1CFB
RGB
CMYK
RGB Variations
Color information
#DD1CFB (or 0xDD1CFB) is known color: Psychedelic Purple. HEX triplet: DD, 1C and FB. RGB value is (221,28,251). Sum of RGB (Red+Green+Blue) = 221+28+251=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1CFB is #22E304. Grayscale: #6E6E6E. Windows color (decimal): -2286341 or 16456925. OLE color: 16456925.
HSL color Cylindrical-coordinate representation of color #DD1CFB: hue angle of 291.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1CFB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 28 | 251 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.02 |
| HSL | 291.93º | 0.97% | 0.55% | - |
| HSV(B) | 291.93º | 0.89% | 0.98% | - |
| XYZ | 47.65 | 23.17 | 93.23 | - |
| YUV | 111.13 | 206.94 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 251 | 0.12 | 0.89 | 0 | 0.02 | 291.93 | 0.97 | 0.55 |
| Hex | DD | 1C | FB | C | 59 | 0 | 2 | 124 | 61 | 37 |
| Octal | 335 | 34 | 373 | 14 | 131 | 0 | 2 | 444 | 141 | 67 |
| Binary | 11011101 | 11100 | 11111011 | 1100 | 1011001 | 0 | 10 | 100100100 | 1100001 | 110111 |
Color Harmonies of #DD1CFB
Complementary color
Monochromatic Colors of #DD1CFB
Black with #DD1CFB
Text Example
Text Example
White with #DD1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CFB; }
p { color: rgb(221,28,251); }
H1.HeaderClassName
{
color: #DD1CFB;
}
.AnyTagClassName
{
color: #DD1CFB;
}
</style>
background-color css
<style>
a { background-color: #DD1CFB; }
a { background-color: rgb(221,28,251); }
div.DivClassName
{
background-color: #DD1CFB;
}
.BgClassName
{
background-color: #DD1CFB;
}
</style>
border-color css
<style>
span { border-color: #DD1CFB; }
span { border-color: rgb(221,28,251); }
td.TdClassName
{
border-color: #DD1CFB;
}
.TagClassName
{
border-color: #DD1CFB;
}
</style>