Shades of Psychedelic Purple #D229F6
Tints of Psychedelic Purple #D229F6
RGB
CMYK
RGB Variations
Color information
#D229F6 (or 0xD229F6) is known color: Psychedelic Purple. HEX triplet: D2, 29 and F6. RGB value is (210,41,246). Sum of RGB (Red+Green+Blue) = 210+41+246=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #D229F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229F6 is #2DD609. Grayscale: #727272. Windows color (decimal): -3003914 or 16132562. OLE color: 16132562.
HSL color Cylindrical-coordinate representation of color #D229F6: hue angle of 289.46º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D229F6 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 41 | 246 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.04 |
| HSL | 289.46º | 0.92% | 0.56% | - |
| HSV(B) | 289.46º | 0.83% | 0.96% | - |
| XYZ | 44.01 | 21.94 | 89.1 | - |
| YUV | 114.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 246 | 0.15 | 0.83 | 0 | 0.04 | 289.46 | 0.92 | 0.56 |
| Hex | D2 | 29 | F6 | F | 53 | 0 | 4 | 121 | 5C | 38 |
| Octal | 322 | 51 | 366 | 17 | 123 | 0 | 4 | 441 | 134 | 70 |
| Binary | 11010010 | 101001 | 11110110 | 1111 | 1010011 | 0 | 100 | 100100001 | 1011100 | 111000 |
Color Harmonies of #D229F6
Complementary color
Monochromatic Colors of #D229F6
Black with #D229F6
Text Example
Text Example
White with #D229F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229F6; }
p { color: rgb(210,41,246); }
H1.HeaderClassName
{
color: #D229F6;
}
.AnyTagClassName
{
color: #D229F6;
}
</style>
background-color css
<style>
a { background-color: #D229F6; }
a { background-color: rgb(210,41,246); }
div.DivClassName
{
background-color: #D229F6;
}
.BgClassName
{
background-color: #D229F6;
}
</style>
border-color css
<style>
span { border-color: #D229F6; }
span { border-color: rgb(210,41,246); }
td.TdClassName
{
border-color: #D229F6;
}
.TagClassName
{
border-color: #D229F6;
}
</style>