Shades of Psychedelic Purple #D505F2
Tints of Psychedelic Purple #D505F2
RGB
CMYK
RGB Variations
Color information
#D505F2 (or 0xD505F2) is known color: Psychedelic Purple. HEX triplet: D5, 05 and F2. RGB value is (213,5,242). Sum of RGB (Red+Green+Blue) = 213+5+242=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #D505F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D505F2 is #2AFA0D. Grayscale: #5D5D5D. Windows color (decimal): -2816526 or 15861205. OLE color: 15861205.
HSL color Cylindrical-coordinate representation of color #D505F2: hue angle of 292.66º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D505F2 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 5 | 242 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.05 |
| HSL | 292.66º | 0.96% | 0.48% | - |
| HSV(B) | 292.66º | 0.98% | 0.95% | - |
| XYZ | 43.52 | 20.67 | 85.7 | - |
| YUV | 94.21 | 211.41 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 242 | 0.12 | 0.98 | 0 | 0.05 | 292.66 | 0.96 | 0.48 |
| Hex | D5 | 5 | F2 | C | 62 | 0 | 5 | 125 | 60 | 30 |
| Octal | 325 | 5 | 362 | 14 | 142 | 0 | 5 | 445 | 140 | 60 |
| Binary | 11010101 | 101 | 11110010 | 1100 | 1100010 | 0 | 101 | 100100101 | 1100000 | 110000 |
Color Harmonies of #D505F2
Complementary color
Monochromatic Colors of #D505F2
Black with #D505F2
Text Example
Text Example
White with #D505F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505F2; }
p { color: rgb(213,5,242); }
H1.HeaderClassName
{
color: #D505F2;
}
.AnyTagClassName
{
color: #D505F2;
}
</style>
background-color css
<style>
a { background-color: #D505F2; }
a { background-color: rgb(213,5,242); }
div.DivClassName
{
background-color: #D505F2;
}
.BgClassName
{
background-color: #D505F2;
}
</style>
border-color css
<style>
span { border-color: #D505F2; }
span { border-color: rgb(213,5,242); }
td.TdClassName
{
border-color: #D505F2;
}
.TagClassName
{
border-color: #D505F2;
}
</style>