Shades of Psychedelic Purple #D30CF8
Tints of Psychedelic Purple #D30CF8
RGB
CMYK
RGB Variations
Color information
#D30CF8 (or 0xD30CF8) is known color: Psychedelic Purple. HEX triplet: D3, 0C and F8. RGB value is (211,12,248). Sum of RGB (Red+Green+Blue) = 211+12+248=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #D30CF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30CF8 is #2CF307. Grayscale: #616161. Windows color (decimal): -2945800 or 16256211. OLE color: 16256211.
HSL color Cylindrical-coordinate representation of color #D30CF8: hue angle of 290.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30CF8 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 12 | 248 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.03 |
| HSL | 290.59º | 0.94% | 0.51% | - |
| HSV(B) | 290.59º | 0.95% | 0.97% | - |
| XYZ | 43.94 | 20.89 | 90.52 | - |
| YUV | 98.41 | 212.43 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 248 | 0.15 | 0.95 | 0 | 0.03 | 290.59 | 0.94 | 0.51 |
| Hex | D3 | C | F8 | F | 5F | 0 | 3 | 123 | 5E | 33 |
| Octal | 323 | 14 | 370 | 17 | 137 | 0 | 3 | 443 | 136 | 63 |
| Binary | 11010011 | 1100 | 11111000 | 1111 | 1011111 | 0 | 11 | 100100011 | 1011110 | 110011 |
Color Harmonies of #D30CF8
Complementary color
Monochromatic Colors of #D30CF8
Black with #D30CF8
Text Example
Text Example
White with #D30CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30CF8; }
p { color: rgb(211,12,248); }
H1.HeaderClassName
{
color: #D30CF8;
}
.AnyTagClassName
{
color: #D30CF8;
}
</style>
background-color css
<style>
a { background-color: #D30CF8; }
a { background-color: rgb(211,12,248); }
div.DivClassName
{
background-color: #D30CF8;
}
.BgClassName
{
background-color: #D30CF8;
}
</style>
border-color css
<style>
span { border-color: #D30CF8; }
span { border-color: rgb(211,12,248); }
td.TdClassName
{
border-color: #D30CF8;
}
.TagClassName
{
border-color: #D30CF8;
}
</style>