Shades of Psychedelic Purple #D02CFF
Tints of Psychedelic Purple #D02CFF
RGB
CMYK
RGB Variations
Color information
#D02CFF (or 0xD02CFF) is known color: Psychedelic Purple. HEX triplet: D0, 2C and FF. RGB value is (208,44,255). Sum of RGB (Red+Green+Blue) = 208+44+255=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #D02CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02CFF is #2FD300. Grayscale: #747474. Windows color (decimal): -3134209 or 16723152. OLE color: 16723152.
HSL color Cylindrical-coordinate representation of color #D02CFF: hue angle of 286.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02CFF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 44 | 255 | - |
| CMYK | 0.18 | 0.83 | 0 | 0 |
| HSL | 286.64º | 1% | 0.59% | - |
| HSV(B) | 286.64º | 0.83% | 1% | - |
| XYZ | 44.96 | 22.43 | 96.57 | - |
| YUV | 117.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 255 | 0.18 | 0.83 | 0 | 0 | 286.64 | 1 | 0.59 |
| Hex | D0 | 2C | FF | 12 | 53 | 0 | 0 | 11F | 64 | 3B |
| Octal | 320 | 54 | 377 | 22 | 123 | 0 | 0 | 437 | 144 | 73 |
| Binary | 11010000 | 101100 | 11111111 | 10010 | 1010011 | 0 | 0 | 100011111 | 1100100 | 111011 |
Color Harmonies of #D02CFF
Complementary color
Monochromatic Colors of #D02CFF
Black with #D02CFF
Text Example
Text Example
White with #D02CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CFF; }
p { color: rgb(208,44,255); }
H1.HeaderClassName
{
color: #D02CFF;
}
.AnyTagClassName
{
color: #D02CFF;
}
</style>
background-color css
<style>
a { background-color: #D02CFF; }
a { background-color: rgb(208,44,255); }
div.DivClassName
{
background-color: #D02CFF;
}
.BgClassName
{
background-color: #D02CFF;
}
</style>
border-color css
<style>
span { border-color: #D02CFF; }
span { border-color: rgb(208,44,255); }
td.TdClassName
{
border-color: #D02CFF;
}
.TagClassName
{
border-color: #D02CFF;
}
</style>