Shades of Psychedelic Purple #D81DF2
Tints of Psychedelic Purple #D81DF2
RGB
CMYK
RGB Variations
Color information
#D81DF2 (or 0xD81DF2) is known color: Psychedelic Purple. HEX triplet: D8, 1D and F2. RGB value is (216,29,242). Sum of RGB (Red+Green+Blue) = 216+29+242=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #D81DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81DF2 is #27E20D. Grayscale: #6C6C6C. Windows color (decimal): -2613774 or 15867352. OLE color: 15867352.
HSL color Cylindrical-coordinate representation of color #D81DF2: hue angle of 292.68º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81DF2 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 216 | 29 | 242 | - |
CMYK | 0.11 | 0.88 | 0 | 0.05 |
HSL | 292.68º | 0.89% | 0.53% | - |
HSV(B) | 292.68º | 0.88% | 0.95% | - |
XYZ | 44.79 | 21.89 | 85.87 | - |
YUV | 109.2 | 202.95 | 204.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 29 | 242 | 0.11 | 0.88 | 0 | 0.05 | 292.68 | 0.89 | 0.53 |
Hex | D8 | 1D | F2 | B | 58 | 0 | 5 | 125 | 59 | 35 |
Octal | 330 | 35 | 362 | 13 | 130 | 0 | 5 | 445 | 131 | 65 |
Binary | 11011000 | 11101 | 11110010 | 1011 | 1011000 | 0 | 101 | 100100101 | 1011001 | 110101 |
Color Harmonies of #D81DF2
Complementary color
Monochromatic Colors of #D81DF2
Black with #D81DF2
Text Example
Text Example
White with #D81DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DF2; }
p { color: rgb(216,29,242); }
H1.HeaderClassName
{
color: #D81DF2;
}
.AnyTagClassName
{
color: #D81DF2;
}
</style>
background-color css
<style>
a { background-color: #D81DF2; }
a { background-color: rgb(216,29,242); }
div.DivClassName
{
background-color: #D81DF2;
}
.BgClassName
{
background-color: #D81DF2;
}
</style>
border-color css
<style>
span { border-color: #D81DF2; }
span { border-color: rgb(216,29,242); }
td.TdClassName
{
border-color: #D81DF2;
}
.TagClassName
{
border-color: #D81DF2;
}
</style>