Shades of Psychedelic Purple #DC0BFD
Tints of Psychedelic Purple #DC0BFD
RGB
CMYK
RGB Variations
Color information
#DC0BFD (or 0xDC0BFD) is known color: Psychedelic Purple. HEX triplet: DC, 0B and FD. RGB value is (220,11,253). Sum of RGB (Red+Green+Blue) = 220+11+253=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0BFD is #23F402. Grayscale: #646464. Windows color (decimal): -2356227 or 16583644. OLE color: 16583644.
HSL color Cylindrical-coordinate representation of color #DC0BFD: hue angle of 291.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0BFD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 11 | 253 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.01 |
| HSL | 291.82º | 0.98% | 0.52% | - |
| HSV(B) | 291.82º | 0.96% | 0.99% | - |
| XYZ | 47.36 | 22.55 | 94.78 | - |
| YUV | 101.08 | 213.74 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 253 | 0.13 | 0.96 | 0 | 0.01 | 291.82 | 0.98 | 0.52 |
| Hex | DC | B | FD | D | 60 | 0 | 1 | 124 | 62 | 34 |
| Octal | 334 | 13 | 375 | 15 | 140 | 0 | 1 | 444 | 142 | 64 |
| Binary | 11011100 | 1011 | 11111101 | 1101 | 1100000 | 0 | 1 | 100100100 | 1100010 | 110100 |
Color Harmonies of #DC0BFD
Complementary color
Monochromatic Colors of #DC0BFD
Black with #DC0BFD
Text Example
Text Example
White with #DC0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BFD; }
p { color: rgb(220,11,253); }
H1.HeaderClassName
{
color: #DC0BFD;
}
.AnyTagClassName
{
color: #DC0BFD;
}
</style>
background-color css
<style>
a { background-color: #DC0BFD; }
a { background-color: rgb(220,11,253); }
div.DivClassName
{
background-color: #DC0BFD;
}
.BgClassName
{
background-color: #DC0BFD;
}
</style>
border-color css
<style>
span { border-color: #DC0BFD; }
span { border-color: rgb(220,11,253); }
td.TdClassName
{
border-color: #DC0BFD;
}
.TagClassName
{
border-color: #DC0BFD;
}
</style>