Shades of Psychedelic Purple #D607F8
Tints of Psychedelic Purple #D607F8
RGB
CMYK
RGB Variations
Color information
#D607F8 (or 0xD607F8) is known color: Psychedelic Purple. HEX triplet: D6, 07 and F8. RGB value is (214,7,248). Sum of RGB (Red+Green+Blue) = 214+7+248=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #D607F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D607F8 is #29F807. Grayscale: #5F5F5F. Windows color (decimal): -2750472 or 16254934. OLE color: 16254934.
HSL color Cylindrical-coordinate representation of color #D607F8: hue angle of 291.54º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607F8 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 7 | 248 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.03 |
| HSL | 291.54º | 0.95% | 0.5% | - |
| HSV(B) | 291.54º | 0.97% | 0.97% | - |
| XYZ | 44.75 | 21.23 | 90.55 | - |
| YUV | 96.37 | 213.58 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 248 | 0.14 | 0.97 | 0 | 0.03 | 291.54 | 0.95 | 0.5 |
| Hex | D6 | 7 | F8 | E | 61 | 0 | 3 | 124 | 5F | 32 |
| Octal | 326 | 7 | 370 | 16 | 141 | 0 | 3 | 444 | 137 | 62 |
| Binary | 11010110 | 111 | 11111000 | 1110 | 1100001 | 0 | 11 | 100100100 | 1011111 | 110010 |
Color Harmonies of #D607F8
Complementary color
Monochromatic Colors of #D607F8
Black with #D607F8
Text Example
Text Example
White with #D607F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607F8; }
p { color: rgb(214,7,248); }
H1.HeaderClassName
{
color: #D607F8;
}
.AnyTagClassName
{
color: #D607F8;
}
</style>
background-color css
<style>
a { background-color: #D607F8; }
a { background-color: rgb(214,7,248); }
div.DivClassName
{
background-color: #D607F8;
}
.BgClassName
{
background-color: #D607F8;
}
</style>
border-color css
<style>
span { border-color: #D607F8; }
span { border-color: rgb(214,7,248); }
td.TdClassName
{
border-color: #D607F8;
}
.TagClassName
{
border-color: #D607F8;
}
</style>