Shades of Psychedelic Purple #D607FC
Tints of Psychedelic Purple #D607FC
RGB
CMYK
RGB Variations
Color information
#D607FC (or 0xD607FC) is known color: Psychedelic Purple. HEX triplet: D6, 07 and FC. RGB value is (214,7,252). Sum of RGB (Red+Green+Blue) = 214+7+252=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #D607FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D607FC is #29F803. Grayscale: #606060. Windows color (decimal): -2750468 or 16517078. OLE color: 16517078.
HSL color Cylindrical-coordinate representation of color #D607FC: hue angle of 290.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607FC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 7 | 252 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.01 |
| HSL | 290.69º | 0.98% | 0.51% | - |
| HSV(B) | 290.69º | 0.97% | 0.99% | - |
| XYZ | 45.38 | 21.48 | 93.85 | - |
| YUV | 96.82 | 215.58 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 252 | 0.15 | 0.97 | 0 | 0.01 | 290.69 | 0.98 | 0.51 |
| Hex | D6 | 7 | FC | F | 61 | 0 | 1 | 123 | 62 | 33 |
| Octal | 326 | 7 | 374 | 17 | 141 | 0 | 1 | 443 | 142 | 63 |
| Binary | 11010110 | 111 | 11111100 | 1111 | 1100001 | 0 | 1 | 100100011 | 1100010 | 110011 |
Color Harmonies of #D607FC
Complementary color
Monochromatic Colors of #D607FC
Black with #D607FC
Text Example
Text Example
White with #D607FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607FC; }
p { color: rgb(214,7,252); }
H1.HeaderClassName
{
color: #D607FC;
}
.AnyTagClassName
{
color: #D607FC;
}
</style>
background-color css
<style>
a { background-color: #D607FC; }
a { background-color: rgb(214,7,252); }
div.DivClassName
{
background-color: #D607FC;
}
.BgClassName
{
background-color: #D607FC;
}
</style>
border-color css
<style>
span { border-color: #D607FC; }
span { border-color: rgb(214,7,252); }
td.TdClassName
{
border-color: #D607FC;
}
.TagClassName
{
border-color: #D607FC;
}
</style>