Shades of Psychedelic Purple #D40CFB
Tints of Psychedelic Purple #D40CFB
RGB
CMYK
RGB Variations
Color information
#D40CFB (or 0xD40CFB) is known color: Psychedelic Purple. HEX triplet: D4, 0C and FB. RGB value is (212,12,251). Sum of RGB (Red+Green+Blue) = 212+12+251=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #D40CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CFB is #2BF304. Grayscale: #626262. Windows color (decimal): -2880261 or 16452820. OLE color: 16452820.
HSL color Cylindrical-coordinate representation of color #D40CFB: hue angle of 290.21º 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 #D40CFB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 12 | 251 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.02 |
| HSL | 290.21º | 0.97% | 0.52% | - |
| HSV(B) | 290.21º | 0.95% | 0.98% | - |
| XYZ | 44.7 | 21.23 | 93.01 | - |
| YUV | 99.05 | 213.76 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 251 | 0.16 | 0.95 | 0 | 0.02 | 290.21 | 0.97 | 0.52 |
| Hex | D4 | C | FB | 10 | 5F | 0 | 2 | 122 | 61 | 34 |
| Octal | 324 | 14 | 373 | 20 | 137 | 0 | 2 | 442 | 141 | 64 |
| Binary | 11010100 | 1100 | 11111011 | 10000 | 1011111 | 0 | 10 | 100100010 | 1100001 | 110100 |
Color Harmonies of #D40CFB
Complementary color
Monochromatic Colors of #D40CFB
Black with #D40CFB
Text Example
Text Example
White with #D40CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CFB; }
p { color: rgb(212,12,251); }
H1.HeaderClassName
{
color: #D40CFB;
}
.AnyTagClassName
{
color: #D40CFB;
}
</style>
background-color css
<style>
a { background-color: #D40CFB; }
a { background-color: rgb(212,12,251); }
div.DivClassName
{
background-color: #D40CFB;
}
.BgClassName
{
background-color: #D40CFB;
}
</style>
border-color css
<style>
span { border-color: #D40CFB; }
span { border-color: rgb(212,12,251); }
td.TdClassName
{
border-color: #D40CFB;
}
.TagClassName
{
border-color: #D40CFB;
}
</style>