Shades of Psychedelic Purple #D02BF2
Tints of Psychedelic Purple #D02BF2
RGB
CMYK
RGB Variations
Color information
#D02BF2 (or 0xD02BF2) is known color: Psychedelic Purple. HEX triplet: D0, 2B and F2. RGB value is (208,43,242). Sum of RGB (Red+Green+Blue) = 208+43+242=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #D02BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02BF2 is #2FD40D. Grayscale: #727272. Windows color (decimal): -3134478 or 15870928. OLE color: 15870928.
HSL color Cylindrical-coordinate representation of color #D02BF2: hue angle of 289.75º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02BF2 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 43 | 242 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.05 |
| HSL | 289.75º | 0.88% | 0.56% | - |
| HSV(B) | 289.75º | 0.82% | 0.95% | - |
| XYZ | 42.9 | 21.55 | 85.9 | - |
| YUV | 115.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 242 | 0.14 | 0.82 | 0 | 0.05 | 289.75 | 0.88 | 0.56 |
| Hex | D0 | 2B | F2 | E | 52 | 0 | 5 | 122 | 58 | 38 |
| Octal | 320 | 53 | 362 | 16 | 122 | 0 | 5 | 442 | 130 | 70 |
| Binary | 11010000 | 101011 | 11110010 | 1110 | 1010010 | 0 | 101 | 100100010 | 1011000 | 111000 |
Color Harmonies of #D02BF2
Complementary color
Monochromatic Colors of #D02BF2
Black with #D02BF2
Text Example
Text Example
White with #D02BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BF2; }
p { color: rgb(208,43,242); }
H1.HeaderClassName
{
color: #D02BF2;
}
.AnyTagClassName
{
color: #D02BF2;
}
</style>
background-color css
<style>
a { background-color: #D02BF2; }
a { background-color: rgb(208,43,242); }
div.DivClassName
{
background-color: #D02BF2;
}
.BgClassName
{
background-color: #D02BF2;
}
</style>
border-color css
<style>
span { border-color: #D02BF2; }
span { border-color: rgb(208,43,242); }
td.TdClassName
{
border-color: #D02BF2;
}
.TagClassName
{
border-color: #D02BF2;
}
</style>