Shades of Psychedelic Purple #D005F0
Tints of Psychedelic Purple #D005F0
RGB
CMYK
RGB Variations
Color information
#D005F0 (or 0xD005F0) is known color: Psychedelic Purple. HEX triplet: D0, 05 and F0. RGB value is (208,5,240). Sum of RGB (Red+Green+Blue) = 208+5+240=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #D005F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005F0 is #2FFA0F. Grayscale: #5B5B5B. Windows color (decimal): -3144208 or 15730128. OLE color: 15730128.
HSL color Cylindrical-coordinate representation of color #D005F0: hue angle of 291.83º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005F0 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 5 | 240 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.06 |
| HSL | 291.83º | 0.96% | 0.48% | - |
| HSV(B) | 291.83º | 0.98% | 0.94% | - |
| XYZ | 41.79 | 19.81 | 84.06 | - |
| YUV | 92.49 | 211.25 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 240 | 0.13 | 0.98 | 0 | 0.06 | 291.83 | 0.96 | 0.48 |
| Hex | D0 | 5 | F0 | D | 62 | 0 | 6 | 124 | 60 | 30 |
| Octal | 320 | 5 | 360 | 15 | 142 | 0 | 6 | 444 | 140 | 60 |
| Binary | 11010000 | 101 | 11110000 | 1101 | 1100010 | 0 | 110 | 100100100 | 1100000 | 110000 |
Color Harmonies of #D005F0
Complementary color
Monochromatic Colors of #D005F0
Black with #D005F0
Text Example
Text Example
White with #D005F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005F0; }
p { color: rgb(208,5,240); }
H1.HeaderClassName
{
color: #D005F0;
}
.AnyTagClassName
{
color: #D005F0;
}
</style>
background-color css
<style>
a { background-color: #D005F0; }
a { background-color: rgb(208,5,240); }
div.DivClassName
{
background-color: #D005F0;
}
.BgClassName
{
background-color: #D005F0;
}
</style>
border-color css
<style>
span { border-color: #D005F0; }
span { border-color: rgb(208,5,240); }
td.TdClassName
{
border-color: #D005F0;
}
.TagClassName
{
border-color: #D005F0;
}
</style>