Shades of Psychedelic Purple #DC1CFB
Tints of Psychedelic Purple #DC1CFB
RGB
CMYK
RGB Variations
Color information
#DC1CFB (or 0xDC1CFB) is known color: Psychedelic Purple. HEX triplet: DC, 1C and FB. RGB value is (220,28,251). Sum of RGB (Red+Green+Blue) = 220+28+251=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CFB is #23E304. Grayscale: #6E6E6E. Windows color (decimal): -2351877 or 16456924. OLE color: 16456924.
HSL color Cylindrical-coordinate representation of color #DC1CFB: hue angle of 291.66º 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 #DC1CFB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 28 | 251 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.02 |
| HSL | 291.66º | 0.97% | 0.55% | - |
| HSV(B) | 291.66º | 0.89% | 0.98% | - |
| XYZ | 47.34 | 23.01 | 93.21 | - |
| YUV | 110.83 | 207.11 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 251 | 0.12 | 0.89 | 0 | 0.02 | 291.66 | 0.97 | 0.55 |
| Hex | DC | 1C | FB | C | 59 | 0 | 2 | 124 | 61 | 37 |
| Octal | 334 | 34 | 373 | 14 | 131 | 0 | 2 | 444 | 141 | 67 |
| Binary | 11011100 | 11100 | 11111011 | 1100 | 1011001 | 0 | 10 | 100100100 | 1100001 | 110111 |
Color Harmonies of #DC1CFB
Complementary color
Monochromatic Colors of #DC1CFB
Black with #DC1CFB
Text Example
Text Example
White with #DC1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CFB; }
p { color: rgb(220,28,251); }
H1.HeaderClassName
{
color: #DC1CFB;
}
.AnyTagClassName
{
color: #DC1CFB;
}
</style>
background-color css
<style>
a { background-color: #DC1CFB; }
a { background-color: rgb(220,28,251); }
div.DivClassName
{
background-color: #DC1CFB;
}
.BgClassName
{
background-color: #DC1CFB;
}
</style>
border-color css
<style>
span { border-color: #DC1CFB; }
span { border-color: rgb(220,28,251); }
td.TdClassName
{
border-color: #DC1CFB;
}
.TagClassName
{
border-color: #DC1CFB;
}
</style>