Shades of Psychedelic Purple #D025F3
Tints of Psychedelic Purple #D025F3
RGB
CMYK
RGB Variations
Color information
#D025F3 (or 0xD025F3) is known color: Psychedelic Purple. HEX triplet: D0, 25 and F3. RGB value is (208,37,243). Sum of RGB (Red+Green+Blue) = 208+37+243=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #D025F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D025F3 is #2FDA0C. Grayscale: #6E6E6E. Windows color (decimal): -3136013 or 15934928. OLE color: 15934928.
HSL color Cylindrical-coordinate representation of color #D025F3: hue angle of 289.81º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D025F3 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 37 | 243 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.05 |
| HSL | 289.81º | 0.9% | 0.55% | - |
| HSV(B) | 289.81º | 0.85% | 0.95% | - |
| XYZ | 42.85 | 21.2 | 86.63 | - |
| YUV | 111.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 243 | 0.14 | 0.85 | 0 | 0.05 | 289.81 | 0.9 | 0.55 |
| Hex | D0 | 25 | F3 | E | 55 | 0 | 5 | 122 | 5A | 37 |
| Octal | 320 | 45 | 363 | 16 | 125 | 0 | 5 | 442 | 132 | 67 |
| Binary | 11010000 | 100101 | 11110011 | 1110 | 1010101 | 0 | 101 | 100100010 | 1011010 | 110111 |
Color Harmonies of #D025F3
Complementary color
Monochromatic Colors of #D025F3
Black with #D025F3
Text Example
Text Example
White with #D025F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025F3; }
p { color: rgb(208,37,243); }
H1.HeaderClassName
{
color: #D025F3;
}
.AnyTagClassName
{
color: #D025F3;
}
</style>
background-color css
<style>
a { background-color: #D025F3; }
a { background-color: rgb(208,37,243); }
div.DivClassName
{
background-color: #D025F3;
}
.BgClassName
{
background-color: #D025F3;
}
</style>
border-color css
<style>
span { border-color: #D025F3; }
span { border-color: rgb(208,37,243); }
td.TdClassName
{
border-color: #D025F3;
}
.TagClassName
{
border-color: #D025F3;
}
</style>