Shades of Psychedelic Purple #D005F3
Tints of Psychedelic Purple #D005F3
RGB
CMYK
RGB Variations
Color information
#D005F3 (or 0xD005F3) is known color: Psychedelic Purple. HEX triplet: D0, 05 and F3. RGB value is (208,5,243). Sum of RGB (Red+Green+Blue) = 208+5+243=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #D005F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005F3 is #2FFA0C. Grayscale: #5C5C5C. Windows color (decimal): -3144205 or 15926736. OLE color: 15926736.
HSL color Cylindrical-coordinate representation of color #D005F3: hue angle of 291.18º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005F3 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 5 | 243 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.05 |
| HSL | 291.18º | 0.96% | 0.49% | - |
| HSV(B) | 291.18º | 0.98% | 0.95% | - |
| XYZ | 42.24 | 19.99 | 86.43 | - |
| YUV | 92.83 | 212.75 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 243 | 0.14 | 0.98 | 0 | 0.05 | 291.18 | 0.96 | 0.49 |
| Hex | D0 | 5 | F3 | E | 62 | 0 | 5 | 123 | 60 | 31 |
| Octal | 320 | 5 | 363 | 16 | 142 | 0 | 5 | 443 | 140 | 61 |
| Binary | 11010000 | 101 | 11110011 | 1110 | 1100010 | 0 | 101 | 100100011 | 1100000 | 110001 |
Color Harmonies of #D005F3
Complementary color
Monochromatic Colors of #D005F3
Black with #D005F3
Text Example
Text Example
White with #D005F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005F3; }
p { color: rgb(208,5,243); }
H1.HeaderClassName
{
color: #D005F3;
}
.AnyTagClassName
{
color: #D005F3;
}
</style>
background-color css
<style>
a { background-color: #D005F3; }
a { background-color: rgb(208,5,243); }
div.DivClassName
{
background-color: #D005F3;
}
.BgClassName
{
background-color: #D005F3;
}
</style>
border-color css
<style>
span { border-color: #D005F3; }
span { border-color: rgb(208,5,243); }
td.TdClassName
{
border-color: #D005F3;
}
.TagClassName
{
border-color: #D005F3;
}
</style>