Shades of Psychedelic Purple #D223F8
Tints of Psychedelic Purple #D223F8
RGB
CMYK
RGB Variations
Color information
#D223F8 (or 0xD223F8) is known color: Psychedelic Purple. HEX triplet: D2, 23 and F8. RGB value is (210,35,248). Sum of RGB (Red+Green+Blue) = 210+35+248=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #D223F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223F8 is #2DDC07. Grayscale: #6E6E6E. Windows color (decimal): -3005448 or 16262098. OLE color: 16262098.
HSL color Cylindrical-coordinate representation of color #D223F8: hue angle of 289.3º degrees, saturation: 0.94, 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 #D223F8 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 35 | 248 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.03 |
| HSL | 289.3º | 0.94% | 0.55% | - |
| HSV(B) | 289.3º | 0.86% | 0.97% | - |
| XYZ | 44.12 | 21.68 | 90.67 | - |
| YUV | 111.61 | 204.98 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 248 | 0.15 | 0.86 | 0 | 0.03 | 289.3 | 0.94 | 0.55 |
| Hex | D2 | 23 | F8 | F | 56 | 0 | 3 | 121 | 5E | 37 |
| Octal | 322 | 43 | 370 | 17 | 126 | 0 | 3 | 441 | 136 | 67 |
| Binary | 11010010 | 100011 | 11111000 | 1111 | 1010110 | 0 | 11 | 100100001 | 1011110 | 110111 |
Color Harmonies of #D223F8
Complementary color
Monochromatic Colors of #D223F8
Black with #D223F8
Text Example
Text Example
White with #D223F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223F8; }
p { color: rgb(210,35,248); }
H1.HeaderClassName
{
color: #D223F8;
}
.AnyTagClassName
{
color: #D223F8;
}
</style>
background-color css
<style>
a { background-color: #D223F8; }
a { background-color: rgb(210,35,248); }
div.DivClassName
{
background-color: #D223F8;
}
.BgClassName
{
background-color: #D223F8;
}
</style>
border-color css
<style>
span { border-color: #D223F8; }
span { border-color: rgb(210,35,248); }
td.TdClassName
{
border-color: #D223F8;
}
.TagClassName
{
border-color: #D223F8;
}
</style>