Shades of Psychedelic Purple #D20CFB
Tints of Psychedelic Purple #D20CFB
RGB
CMYK
RGB Variations
Color information
#D20CFB (or 0xD20CFB) is known color: Psychedelic Purple. HEX triplet: D2, 0C and FB. RGB value is (210,12,251). Sum of RGB (Red+Green+Blue) = 210+12+251=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #D20CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20CFB is #2DF304. Grayscale: #616161. Windows color (decimal): -3011333 or 16452818. OLE color: 16452818.
HSL color Cylindrical-coordinate representation of color #D20CFB: hue angle of 289.71º 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 #D20CFB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 12 | 251 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.02 |
| HSL | 289.71º | 0.97% | 0.52% | - |
| HSV(B) | 289.71º | 0.95% | 0.98% | - |
| XYZ | 44.12 | 20.93 | 92.98 | - |
| YUV | 98.45 | 214.1 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 251 | 0.16 | 0.95 | 0 | 0.02 | 289.71 | 0.97 | 0.52 |
| Hex | D2 | C | FB | 10 | 5F | 0 | 2 | 122 | 61 | 34 |
| Octal | 322 | 14 | 373 | 20 | 137 | 0 | 2 | 442 | 141 | 64 |
| Binary | 11010010 | 1100 | 11111011 | 10000 | 1011111 | 0 | 10 | 100100010 | 1100001 | 110100 |
Color Harmonies of #D20CFB
Complementary color
Monochromatic Colors of #D20CFB
Black with #D20CFB
Text Example
Text Example
White with #D20CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CFB; }
p { color: rgb(210,12,251); }
H1.HeaderClassName
{
color: #D20CFB;
}
.AnyTagClassName
{
color: #D20CFB;
}
</style>
background-color css
<style>
a { background-color: #D20CFB; }
a { background-color: rgb(210,12,251); }
div.DivClassName
{
background-color: #D20CFB;
}
.BgClassName
{
background-color: #D20CFB;
}
</style>
border-color css
<style>
span { border-color: #D20CFB; }
span { border-color: rgb(210,12,251); }
td.TdClassName
{
border-color: #D20CFB;
}
.TagClassName
{
border-color: #D20CFB;
}
</style>