Shades of Psychedelic Purple #D404ED
Tints of Psychedelic Purple #D404ED
RGB
CMYK
RGB Variations
Color information
#D404ED (or 0xD404ED) is known color: Psychedelic Purple. HEX triplet: D4, 04 and ED. RGB value is (212,4,237). Sum of RGB (Red+Green+Blue) = 212+4+237=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #D404ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D404ED is #2BFB12. Grayscale: #5C5C5C. Windows color (decimal): -2882323 or 15533268. OLE color: 15533268.
HSL color Cylindrical-coordinate representation of color #D404ED: hue angle of 293.56º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404ED is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 4 | 237 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.07 |
| HSL | 293.56º | 0.97% | 0.47% | - |
| HSV(B) | 293.56º | 0.98% | 0.93% | - |
| XYZ | 42.48 | 20.2 | 81.78 | - |
| YUV | 92.75 | 209.41 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 237 | 0.11 | 0.98 | 0 | 0.07 | 293.56 | 0.97 | 0.47 |
| Hex | D4 | 4 | ED | B | 62 | 0 | 7 | 126 | 61 | 2F |
| Octal | 324 | 4 | 355 | 13 | 142 | 0 | 7 | 446 | 141 | 57 |
| Binary | 11010100 | 100 | 11101101 | 1011 | 1100010 | 0 | 111 | 100100110 | 1100001 | 101111 |
Color Harmonies of #D404ED
Complementary color
Monochromatic Colors of #D404ED
Black with #D404ED
Text Example
Text Example
White with #D404ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404ED; }
p { color: rgb(212,4,237); }
H1.HeaderClassName
{
color: #D404ED;
}
.AnyTagClassName
{
color: #D404ED;
}
</style>
background-color css
<style>
a { background-color: #D404ED; }
a { background-color: rgb(212,4,237); }
div.DivClassName
{
background-color: #D404ED;
}
.BgClassName
{
background-color: #D404ED;
}
</style>
border-color css
<style>
span { border-color: #D404ED; }
span { border-color: rgb(212,4,237); }
td.TdClassName
{
border-color: #D404ED;
}
.TagClassName
{
border-color: #D404ED;
}
</style>