Shades of Psychedelic Purple #D335FC
Tints of Psychedelic Purple #D335FC
RGB
CMYK
RGB Variations
Color information
#D335FC (or 0xD335FC) is known color: Psychedelic Purple. HEX triplet: D3, 35 and FC. RGB value is (211,53,252). Sum of RGB (Red+Green+Blue) = 211+53+252=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #D335FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335FC is #2CCA03. Grayscale: #7A7A7A. Windows color (decimal): -2935300 or 16528851. OLE color: 16528851.
HSL color Cylindrical-coordinate representation of color #D335FC: hue angle of 287.64º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D335FC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 53 | 252 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.01 |
| HSL | 287.64º | 0.97% | 0.6% | - |
| HSV(B) | 287.64º | 0.79% | 0.99% | - |
| XYZ | 45.71 | 23.42 | 94.21 | - |
| YUV | 122.93 | 200.85 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 252 | 0.16 | 0.79 | 0 | 0.01 | 287.64 | 0.97 | 0.6 |
| Hex | D3 | 35 | FC | 10 | 4F | 0 | 1 | 120 | 61 | 3C |
| Octal | 323 | 65 | 374 | 20 | 117 | 0 | 1 | 440 | 141 | 74 |
| Binary | 11010011 | 110101 | 11111100 | 10000 | 1001111 | 0 | 1 | 100100000 | 1100001 | 111100 |
Color Harmonies of #D335FC
Complementary color
Monochromatic Colors of #D335FC
Black with #D335FC
Text Example
Text Example
White with #D335FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D335FC; }
p { color: rgb(211,53,252); }
H1.HeaderClassName
{
color: #D335FC;
}
.AnyTagClassName
{
color: #D335FC;
}
</style>
background-color css
<style>
a { background-color: #D335FC; }
a { background-color: rgb(211,53,252); }
div.DivClassName
{
background-color: #D335FC;
}
.BgClassName
{
background-color: #D335FC;
}
</style>
border-color css
<style>
span { border-color: #D335FC; }
span { border-color: rgb(211,53,252); }
td.TdClassName
{
border-color: #D335FC;
}
.TagClassName
{
border-color: #D335FC;
}
</style>