Shades of Psychedelic Purple #DC1FFB
Tints of Psychedelic Purple #DC1FFB
RGB
CMYK
RGB Variations
Color information
#DC1FFB (or 0xDC1FFB) is known color: Psychedelic Purple. HEX triplet: DC, 1F and FB. RGB value is (220,31,251). Sum of RGB (Red+Green+Blue) = 220+31+251=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1FFB is #23E004. Grayscale: #6F6F6F. Windows color (decimal): -2351109 or 16457692. OLE color: 16457692.
HSL color Cylindrical-coordinate representation of color #DC1FFB: hue angle of 291.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1FFB is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 31 | 251 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.02 |
| HSL | 291.55º | 0.96% | 0.55% | - |
| HSV(B) | 291.55º | 0.88% | 0.98% | - |
| XYZ | 47.42 | 23.16 | 93.24 | - |
| YUV | 112.59 | 206.12 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 251 | 0.12 | 0.88 | 0 | 0.02 | 291.55 | 0.96 | 0.55 |
| Hex | DC | 1F | FB | C | 58 | 0 | 2 | 124 | 60 | 37 |
| Octal | 334 | 37 | 373 | 14 | 130 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011100 | 11111 | 11111011 | 1100 | 1011000 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DC1FFB
Complementary color
Monochromatic Colors of #DC1FFB
Black with #DC1FFB
Text Example
Text Example
White with #DC1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FFB; }
p { color: rgb(220,31,251); }
H1.HeaderClassName
{
color: #DC1FFB;
}
.AnyTagClassName
{
color: #DC1FFB;
}
</style>
background-color css
<style>
a { background-color: #DC1FFB; }
a { background-color: rgb(220,31,251); }
div.DivClassName
{
background-color: #DC1FFB;
}
.BgClassName
{
background-color: #DC1FFB;
}
</style>
border-color css
<style>
span { border-color: #DC1FFB; }
span { border-color: rgb(220,31,251); }
td.TdClassName
{
border-color: #DC1FFB;
}
.TagClassName
{
border-color: #DC1FFB;
}
</style>