Shades of Psychedelic Purple #D50CF4
Tints of Psychedelic Purple #D50CF4
RGB
CMYK
RGB Variations
Color information
#D50CF4 (or 0xD50CF4) is known color: Psychedelic Purple. HEX triplet: D5, 0C and F4. RGB value is (213,12,244). Sum of RGB (Red+Green+Blue) = 213+12+244=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #D50CF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50CF4 is #2AF30B. Grayscale: #616161. Windows color (decimal): -2814732 or 15994069. OLE color: 15994069.
HSL color Cylindrical-coordinate representation of color #D50CF4: hue angle of 291.98º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CF4 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 12 | 244 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.04 |
| HSL | 291.98º | 0.91% | 0.5% | - |
| HSV(B) | 291.98º | 0.95% | 0.96% | - |
| XYZ | 43.9 | 20.94 | 87.32 | - |
| YUV | 98.55 | 210.09 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 244 | 0.13 | 0.95 | 0 | 0.04 | 291.98 | 0.91 | 0.5 |
| Hex | D5 | C | F4 | D | 5F | 0 | 4 | 124 | 5B | 32 |
| Octal | 325 | 14 | 364 | 15 | 137 | 0 | 4 | 444 | 133 | 62 |
| Binary | 11010101 | 1100 | 11110100 | 1101 | 1011111 | 0 | 100 | 100100100 | 1011011 | 110010 |
Color Harmonies of #D50CF4
Complementary color
Monochromatic Colors of #D50CF4
Black with #D50CF4
Text Example
Text Example
White with #D50CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CF4; }
p { color: rgb(213,12,244); }
H1.HeaderClassName
{
color: #D50CF4;
}
.AnyTagClassName
{
color: #D50CF4;
}
</style>
background-color css
<style>
a { background-color: #D50CF4; }
a { background-color: rgb(213,12,244); }
div.DivClassName
{
background-color: #D50CF4;
}
.BgClassName
{
background-color: #D50CF4;
}
</style>
border-color css
<style>
span { border-color: #D50CF4; }
span { border-color: rgb(213,12,244); }
td.TdClassName
{
border-color: #D50CF4;
}
.TagClassName
{
border-color: #D50CF4;
}
</style>