Shades of Psychedelic Purple #D02DFF
Tints of Psychedelic Purple #D02DFF
RGB
CMYK
RGB Variations
Color information
#D02DFF (or 0xD02DFF) is known color: Psychedelic Purple. HEX triplet: D0, 2D and FF. RGB value is (208,45,255). Sum of RGB (Red+Green+Blue) = 208+45+255=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 45 (17.97% from 255 or 8.86% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #D02DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02DFF is #2FD200. Grayscale: #747474. Windows color (decimal): -3133953 or 16723408. OLE color: 16723408.
HSL color Cylindrical-coordinate representation of color #D02DFF: hue angle of 286.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02DFF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 45 | 255 | - |
| CMYK | 0.18 | 0.82 | 0 | 0 |
| HSL | 286.57º | 1% | 0.59% | - |
| HSV(B) | 286.57º | 0.82% | 1% | - |
| XYZ | 45 | 22.51 | 96.58 | - |
| YUV | 117.68 | 205.5 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 255 | 0.18 | 0.82 | 0 | 0 | 286.57 | 1 | 0.59 |
| Hex | D0 | 2D | FF | 12 | 52 | 0 | 0 | 11F | 64 | 3B |
| Octal | 320 | 55 | 377 | 22 | 122 | 0 | 0 | 437 | 144 | 73 |
| Binary | 11010000 | 101101 | 11111111 | 10010 | 1010010 | 0 | 0 | 100011111 | 1100100 | 111011 |
Color Harmonies of #D02DFF
Complementary color
Monochromatic Colors of #D02DFF
Black with #D02DFF
Text Example
Text Example
White with #D02DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DFF; }
p { color: rgb(208,45,255); }
H1.HeaderClassName
{
color: #D02DFF;
}
.AnyTagClassName
{
color: #D02DFF;
}
</style>
background-color css
<style>
a { background-color: #D02DFF; }
a { background-color: rgb(208,45,255); }
div.DivClassName
{
background-color: #D02DFF;
}
.BgClassName
{
background-color: #D02DFF;
}
</style>
border-color css
<style>
span { border-color: #D02DFF; }
span { border-color: rgb(208,45,255); }
td.TdClassName
{
border-color: #D02DFF;
}
.TagClassName
{
border-color: #D02DFF;
}
</style>