Shades of Psychedelic Purple #D02BF4
Tints of Psychedelic Purple #D02BF4
RGB
CMYK
RGB Variations
Color information
#D02BF4 (or 0xD02BF4) is known color: Psychedelic Purple. HEX triplet: D0, 2B and F4. RGB value is (208,43,244). Sum of RGB (Red+Green+Blue) = 208+43+244=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #D02BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02BF4 is #2FD40B. Grayscale: #727272. Windows color (decimal): -3134476 or 16002000. OLE color: 16002000.
HSL color Cylindrical-coordinate representation of color #D02BF4: hue angle of 289.25º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02BF4 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 43 | 244 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.04 |
| HSL | 289.25º | 0.9% | 0.56% | - |
| HSV(B) | 289.25º | 0.82% | 0.96% | - |
| XYZ | 43.21 | 21.67 | 87.49 | - |
| YUV | 115.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 244 | 0.15 | 0.82 | 0 | 0.04 | 289.25 | 0.9 | 0.56 |
| Hex | D0 | 2B | F4 | F | 52 | 0 | 4 | 121 | 5A | 38 |
| Octal | 320 | 53 | 364 | 17 | 122 | 0 | 4 | 441 | 132 | 70 |
| Binary | 11010000 | 101011 | 11110100 | 1111 | 1010010 | 0 | 100 | 100100001 | 1011010 | 111000 |
Color Harmonies of #D02BF4
Complementary color
Monochromatic Colors of #D02BF4
Black with #D02BF4
Text Example
Text Example
White with #D02BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BF4; }
p { color: rgb(208,43,244); }
H1.HeaderClassName
{
color: #D02BF4;
}
.AnyTagClassName
{
color: #D02BF4;
}
</style>
background-color css
<style>
a { background-color: #D02BF4; }
a { background-color: rgb(208,43,244); }
div.DivClassName
{
background-color: #D02BF4;
}
.BgClassName
{
background-color: #D02BF4;
}
</style>
border-color css
<style>
span { border-color: #D02BF4; }
span { border-color: rgb(208,43,244); }
td.TdClassName
{
border-color: #D02BF4;
}
.TagClassName
{
border-color: #D02BF4;
}
</style>