Shades of Psychedelic Purple #D00AFD
Tints of Psychedelic Purple #D00AFD
RGB
CMYK
RGB Variations
Color information
#D00AFD (or 0xD00AFD) is known color: Psychedelic Purple. HEX triplet: D0, 0A and FD. RGB value is (208,10,253). Sum of RGB (Red+Green+Blue) = 208+10+253=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #D00AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AFD is #2FF502. Grayscale: #606060. Windows color (decimal): -3142915 or 16583376. OLE color: 16583376.
HSL color Cylindrical-coordinate representation of color #D00AFD: hue angle of 288.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00AFD is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 10 | 253 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.01 |
| HSL | 288.89º | 0.98% | 0.52% | - |
| HSV(B) | 288.89º | 0.96% | 0.99% | - |
| XYZ | 43.85 | 20.72 | 94.62 | - |
| YUV | 96.9 | 216.1 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 253 | 0.18 | 0.96 | 0 | 0.01 | 288.89 | 0.98 | 0.52 |
| Hex | D0 | A | FD | 12 | 60 | 0 | 1 | 121 | 62 | 34 |
| Octal | 320 | 12 | 375 | 22 | 140 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11010000 | 1010 | 11111101 | 10010 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #D00AFD
Complementary color
Monochromatic Colors of #D00AFD
Black with #D00AFD
Text Example
Text Example
White with #D00AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AFD; }
p { color: rgb(208,10,253); }
H1.HeaderClassName
{
color: #D00AFD;
}
.AnyTagClassName
{
color: #D00AFD;
}
</style>
background-color css
<style>
a { background-color: #D00AFD; }
a { background-color: rgb(208,10,253); }
div.DivClassName
{
background-color: #D00AFD;
}
.BgClassName
{
background-color: #D00AFD;
}
</style>
border-color css
<style>
span { border-color: #D00AFD; }
span { border-color: rgb(208,10,253); }
td.TdClassName
{
border-color: #D00AFD;
}
.TagClassName
{
border-color: #D00AFD;
}
</style>