Shades of Psychedelic Purple #D224FD
Tints of Psychedelic Purple #D224FD
RGB
CMYK
RGB Variations
Color information
#D224FD (or 0xD224FD) is known color: Psychedelic Purple. HEX triplet: D2, 24 and FD. RGB value is (210,36,253). Sum of RGB (Red+Green+Blue) = 210+36+253=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #D224FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D224FD is #2DDB02. Grayscale: #707070. Windows color (decimal): -3005187 or 16590034. OLE color: 16590034.
HSL color Cylindrical-coordinate representation of color #D224FD: hue angle of 288.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D224FD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 36 | 253 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.01 |
| HSL | 288.11º | 0.98% | 0.57% | - |
| HSV(B) | 288.11º | 0.86% | 0.99% | - |
| XYZ | 44.94 | 22.06 | 94.82 | - |
| YUV | 112.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 253 | 0.17 | 0.86 | 0 | 0.01 | 288.11 | 0.98 | 0.57 |
| Hex | D2 | 24 | FD | 11 | 56 | 0 | 1 | 120 | 62 | 39 |
| Octal | 322 | 44 | 375 | 21 | 126 | 0 | 1 | 440 | 142 | 71 |
| Binary | 11010010 | 100100 | 11111101 | 10001 | 1010110 | 0 | 1 | 100100000 | 1100010 | 111001 |
Color Harmonies of #D224FD
Complementary color
Monochromatic Colors of #D224FD
Black with #D224FD
Text Example
Text Example
White with #D224FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224FD; }
p { color: rgb(210,36,253); }
H1.HeaderClassName
{
color: #D224FD;
}
.AnyTagClassName
{
color: #D224FD;
}
</style>
background-color css
<style>
a { background-color: #D224FD; }
a { background-color: rgb(210,36,253); }
div.DivClassName
{
background-color: #D224FD;
}
.BgClassName
{
background-color: #D224FD;
}
</style>
border-color css
<style>
span { border-color: #D224FD; }
span { border-color: rgb(210,36,253); }
td.TdClassName
{
border-color: #D224FD;
}
.TagClassName
{
border-color: #D224FD;
}
</style>