Shades of Psychedelic Purple #DA30FD
Tints of Psychedelic Purple #DA30FD
RGB
CMYK
RGB Variations
Color information
#DA30FD (or 0xDA30FD) is known color: Psychedelic Purple. HEX triplet: DA, 30 and FD. RGB value is (218,48,253). Sum of RGB (Red+Green+Blue) = 218+48+253=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA30FD is #25CF02. Grayscale: #797979. Windows color (decimal): -2477827 or 16593114. OLE color: 16593114.
HSL color Cylindrical-coordinate representation of color #DA30FD: hue angle of 289.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA30FD is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 48 | 253 | - |
CMYK | 0.14 | 0.81 | 0 | 0.01 |
HSL | 289.76º | 0.98% | 0.59% | - |
HSV(B) | 289.76º | 0.81% | 0.99% | - |
XYZ | 47.7 | 24.11 | 95.07 | - |
YUV | 122.2 | 201.82 | 196.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 48 | 253 | 0.14 | 0.81 | 0 | 0.01 | 289.76 | 0.98 | 0.59 |
Hex | DA | 30 | FD | E | 51 | 0 | 1 | 122 | 62 | 3B |
Octal | 332 | 60 | 375 | 16 | 121 | 0 | 1 | 442 | 142 | 73 |
Binary | 11011010 | 110000 | 11111101 | 1110 | 1010001 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #DA30FD
Complementary color
Monochromatic Colors of #DA30FD
Black with #DA30FD
Text Example
Text Example
White with #DA30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30FD; }
p { color: rgb(218,48,253); }
H1.HeaderClassName
{
color: #DA30FD;
}
.AnyTagClassName
{
color: #DA30FD;
}
</style>
background-color css
<style>
a { background-color: #DA30FD; }
a { background-color: rgb(218,48,253); }
div.DivClassName
{
background-color: #DA30FD;
}
.BgClassName
{
background-color: #DA30FD;
}
</style>
border-color css
<style>
span { border-color: #DA30FD; }
span { border-color: rgb(218,48,253); }
td.TdClassName
{
border-color: #DA30FD;
}
.TagClassName
{
border-color: #DA30FD;
}
</style>