Shades of Psychedelic Purple #DC0DFB
Tints of Psychedelic Purple #DC0DFB
RGB
CMYK
RGB Variations
Color information
#DC0DFB (or 0xDC0DFB) is known color: Psychedelic Purple. HEX triplet: DC, 0D and FB. RGB value is (220,13,251). Sum of RGB (Red+Green+Blue) = 220+13+251=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 13 (5.47% from 255 or 2.69% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC0DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DFB is #23F204. Grayscale: #656565. Windows color (decimal): -2355717 or 16453084. OLE color: 16453084.
HSL color Cylindrical-coordinate representation of color #DC0DFB: hue angle of 292.18º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0DFB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 13 | 251 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.02 |
| HSL | 292.18º | 0.97% | 0.52% | - |
| HSV(B) | 292.18º | 0.95% | 0.98% | - |
| XYZ | 47.07 | 22.47 | 93.12 | - |
| YUV | 102.03 | 212.08 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 251 | 0.12 | 0.95 | 0 | 0.02 | 292.18 | 0.97 | 0.52 |
| Hex | DC | D | FB | C | 5F | 0 | 2 | 124 | 61 | 34 |
| Octal | 334 | 15 | 373 | 14 | 137 | 0 | 2 | 444 | 141 | 64 |
| Binary | 11011100 | 1101 | 11111011 | 1100 | 1011111 | 0 | 10 | 100100100 | 1100001 | 110100 |
Color Harmonies of #DC0DFB
Complementary color
Monochromatic Colors of #DC0DFB
Black with #DC0DFB
Text Example
Text Example
White with #DC0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DFB; }
p { color: rgb(220,13,251); }
H1.HeaderClassName
{
color: #DC0DFB;
}
.AnyTagClassName
{
color: #DC0DFB;
}
</style>
background-color css
<style>
a { background-color: #DC0DFB; }
a { background-color: rgb(220,13,251); }
div.DivClassName
{
background-color: #DC0DFB;
}
.BgClassName
{
background-color: #DC0DFB;
}
</style>
border-color css
<style>
span { border-color: #DC0DFB; }
span { border-color: rgb(220,13,251); }
td.TdClassName
{
border-color: #DC0DFB;
}
.TagClassName
{
border-color: #DC0DFB;
}
</style>