Shades of Psychedelic Purple #D403ED
Tints of Psychedelic Purple #D403ED
RGB
CMYK
RGB Variations
Color information
#D403ED (or 0xD403ED) is known color: Psychedelic Purple. HEX triplet: D4, 03 and ED. RGB value is (212,3,237). Sum of RGB (Red+Green+Blue) = 212+3+237=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #D403ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D403ED is #2BFC12. Grayscale: #5B5B5B. Windows color (decimal): -2882579 or 15533012. OLE color: 15533012.
HSL color Cylindrical-coordinate representation of color #D403ED: hue angle of 293.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403ED is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 3 | 237 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.07 |
| HSL | 293.59º | 0.98% | 0.47% | - |
| HSV(B) | 293.59º | 0.99% | 0.93% | - |
| XYZ | 42.47 | 20.18 | 81.78 | - |
| YUV | 92.17 | 209.74 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 237 | 0.11 | 0.99 | 0 | 0.07 | 293.59 | 0.98 | 0.47 |
| Hex | D4 | 3 | ED | B | 63 | 0 | 7 | 126 | 62 | 2F |
| Octal | 324 | 3 | 355 | 13 | 143 | 0 | 7 | 446 | 142 | 57 |
| Binary | 11010100 | 11 | 11101101 | 1011 | 1100011 | 0 | 111 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D403ED
Complementary color
Monochromatic Colors of #D403ED
Black with #D403ED
Text Example
Text Example
White with #D403ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403ED; }
p { color: rgb(212,3,237); }
H1.HeaderClassName
{
color: #D403ED;
}
.AnyTagClassName
{
color: #D403ED;
}
</style>
background-color css
<style>
a { background-color: #D403ED; }
a { background-color: rgb(212,3,237); }
div.DivClassName
{
background-color: #D403ED;
}
.BgClassName
{
background-color: #D403ED;
}
</style>
border-color css
<style>
span { border-color: #D403ED; }
span { border-color: rgb(212,3,237); }
td.TdClassName
{
border-color: #D403ED;
}
.TagClassName
{
border-color: #D403ED;
}
</style>