Shades of Psychedelic Purple #D223F7
Tints of Psychedelic Purple #D223F7
RGB
CMYK
RGB Variations
Color information
#D223F7 (or 0xD223F7) is known color: Psychedelic Purple. HEX triplet: D2, 23 and F7. RGB value is (210,35,247). Sum of RGB (Red+Green+Blue) = 210+35+247=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #D223F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223F7 is #2DDC08. Grayscale: #6E6E6E. Windows color (decimal): -3005449 or 16196562. OLE color: 16196562.
HSL color Cylindrical-coordinate representation of color #D223F7: hue angle of 289.53º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D223F7 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 35 | 247 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.03 |
| HSL | 289.53º | 0.93% | 0.55% | - |
| HSV(B) | 289.53º | 0.86% | 0.97% | - |
| XYZ | 43.97 | 21.62 | 89.85 | - |
| YUV | 111.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 247 | 0.15 | 0.86 | 0 | 0.03 | 289.53 | 0.93 | 0.55 |
| Hex | D2 | 23 | F7 | F | 56 | 0 | 3 | 122 | 5D | 37 |
| Octal | 322 | 43 | 367 | 17 | 126 | 0 | 3 | 442 | 135 | 67 |
| Binary | 11010010 | 100011 | 11110111 | 1111 | 1010110 | 0 | 11 | 100100010 | 1011101 | 110111 |
Color Harmonies of #D223F7
Complementary color
Monochromatic Colors of #D223F7
Black with #D223F7
Text Example
Text Example
White with #D223F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223F7; }
p { color: rgb(210,35,247); }
H1.HeaderClassName
{
color: #D223F7;
}
.AnyTagClassName
{
color: #D223F7;
}
</style>
background-color css
<style>
a { background-color: #D223F7; }
a { background-color: rgb(210,35,247); }
div.DivClassName
{
background-color: #D223F7;
}
.BgClassName
{
background-color: #D223F7;
}
</style>
border-color css
<style>
span { border-color: #D223F7; }
span { border-color: rgb(210,35,247); }
td.TdClassName
{
border-color: #D223F7;
}
.TagClassName
{
border-color: #D223F7;
}
</style>