Shades of Psychedelic Purple #D52CF0
Tints of Psychedelic Purple #D52CF0
RGB
CMYK
RGB Variations
Color information
#D52CF0 (or 0xD52CF0) is known color: Psychedelic Purple. HEX triplet: D5, 2C and F0. RGB value is (213,44,240). Sum of RGB (Red+Green+Blue) = 213+44+240=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #D52CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CF0 is #2AD30F. Grayscale: #747474. Windows color (decimal): -2806544 or 15740117. OLE color: 15740117.
HSL color Cylindrical-coordinate representation of color #D52CF0: hue angle of 291.73º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52CF0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 44 | 240 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.06 |
| HSL | 291.73º | 0.87% | 0.56% | - |
| HSV(B) | 291.73º | 0.82% | 0.94% | - |
| XYZ | 44.07 | 22.24 | 84.41 | - |
| YUV | 116.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 240 | 0.11 | 0.82 | 0 | 0.06 | 291.73 | 0.87 | 0.56 |
| Hex | D5 | 2C | F0 | B | 52 | 0 | 6 | 124 | 57 | 38 |
| Octal | 325 | 54 | 360 | 13 | 122 | 0 | 6 | 444 | 127 | 70 |
| Binary | 11010101 | 101100 | 11110000 | 1011 | 1010010 | 0 | 110 | 100100100 | 1010111 | 111000 |
Color Harmonies of #D52CF0
Complementary color
Monochromatic Colors of #D52CF0
Black with #D52CF0
Text Example
Text Example
White with #D52CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CF0; }
p { color: rgb(213,44,240); }
H1.HeaderClassName
{
color: #D52CF0;
}
.AnyTagClassName
{
color: #D52CF0;
}
</style>
background-color css
<style>
a { background-color: #D52CF0; }
a { background-color: rgb(213,44,240); }
div.DivClassName
{
background-color: #D52CF0;
}
.BgClassName
{
background-color: #D52CF0;
}
</style>
border-color css
<style>
span { border-color: #D52CF0; }
span { border-color: rgb(213,44,240); }
td.TdClassName
{
border-color: #D52CF0;
}
.TagClassName
{
border-color: #D52CF0;
}
</style>