Shades of Psychedelic Purple #DA0CFB
Tints of Psychedelic Purple #DA0CFB
RGB
CMYK
RGB Variations
Color information
#DA0CFB (or 0xDA0CFB) is known color: Psychedelic Purple. HEX triplet: DA, 0C and FB. RGB value is (218,12,251). Sum of RGB (Red+Green+Blue) = 218+12+251=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0CFB is #25F304. Grayscale: #646464. Windows color (decimal): -2487045 or 16452826. OLE color: 16452826.
HSL color Cylindrical-coordinate representation of color #DA0CFB: hue angle of 291.72º 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 #DA0CFB is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 12 | 251 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.02 |
| HSL | 291.72º | 0.97% | 0.52% | - |
| HSV(B) | 291.72º | 0.95% | 0.98% | - |
| XYZ | 46.46 | 22.13 | 93.09 | - |
| YUV | 100.84 | 212.75 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 251 | 0.13 | 0.95 | 0 | 0.02 | 291.72 | 0.97 | 0.52 |
| Hex | DA | C | FB | D | 5F | 0 | 2 | 124 | 61 | 34 |
| Octal | 332 | 14 | 373 | 15 | 137 | 0 | 2 | 444 | 141 | 64 |
| Binary | 11011010 | 1100 | 11111011 | 1101 | 1011111 | 0 | 10 | 100100100 | 1100001 | 110100 |
Color Harmonies of #DA0CFB
Complementary color
Monochromatic Colors of #DA0CFB
Black with #DA0CFB
Text Example
Text Example
White with #DA0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CFB; }
p { color: rgb(218,12,251); }
H1.HeaderClassName
{
color: #DA0CFB;
}
.AnyTagClassName
{
color: #DA0CFB;
}
</style>
background-color css
<style>
a { background-color: #DA0CFB; }
a { background-color: rgb(218,12,251); }
div.DivClassName
{
background-color: #DA0CFB;
}
.BgClassName
{
background-color: #DA0CFB;
}
</style>
border-color css
<style>
span { border-color: #DA0CFB; }
span { border-color: rgb(218,12,251); }
td.TdClassName
{
border-color: #DA0CFB;
}
.TagClassName
{
border-color: #DA0CFB;
}
</style>