Shades of Psychedelic Purple #D60CFD
Tints of Psychedelic Purple #D60CFD
RGB
CMYK
RGB Variations
Color information
#D60CFD (or 0xD60CFD) is known color: Psychedelic Purple. HEX triplet: D6, 0C and FD. RGB value is (214,12,253). Sum of RGB (Red+Green+Blue) = 214+12+253=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D60CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60CFD is #29F302. Grayscale: #636363. Windows color (decimal): -2749187 or 16583894. OLE color: 16583894.
HSL color Cylindrical-coordinate representation of color #D60CFD: hue angle of 290.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60CFD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 12 | 253 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.01 |
| HSL | 290.29º | 0.98% | 0.52% | - |
| HSV(B) | 290.29º | 0.95% | 0.99% | - |
| XYZ | 45.59 | 21.65 | 94.7 | - |
| YUV | 99.87 | 214.42 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 253 | 0.15 | 0.95 | 0 | 0.01 | 290.29 | 0.98 | 0.52 |
| Hex | D6 | C | FD | F | 5F | 0 | 1 | 122 | 62 | 34 |
| Octal | 326 | 14 | 375 | 17 | 137 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010110 | 1100 | 11111101 | 1111 | 1011111 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D60CFD
Complementary color
Monochromatic Colors of #D60CFD
Black with #D60CFD
Text Example
Text Example
White with #D60CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CFD; }
p { color: rgb(214,12,253); }
H1.HeaderClassName
{
color: #D60CFD;
}
.AnyTagClassName
{
color: #D60CFD;
}
</style>
background-color css
<style>
a { background-color: #D60CFD; }
a { background-color: rgb(214,12,253); }
div.DivClassName
{
background-color: #D60CFD;
}
.BgClassName
{
background-color: #D60CFD;
}
</style>
border-color css
<style>
span { border-color: #D60CFD; }
span { border-color: rgb(214,12,253); }
td.TdClassName
{
border-color: #D60CFD;
}
.TagClassName
{
border-color: #D60CFD;
}
</style>