Shades of Psychedelic Purple #D20CF3
Tints of Psychedelic Purple #D20CF3
RGB
CMYK
RGB Variations
Color information
#D20CF3 (or 0xD20CF3) is known color: Psychedelic Purple. HEX triplet: D2, 0C and F3. RGB value is (210,12,243). Sum of RGB (Red+Green+Blue) = 210+12+243=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #D20CF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20CF3 is #2DF30C. Grayscale: #606060. Windows color (decimal): -3011341 or 15928530. OLE color: 15928530.
HSL color Cylindrical-coordinate representation of color #D20CF3: hue angle of 291.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20CF3 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 12 | 243 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.05 |
| HSL | 291.43º | 0.91% | 0.5% | - |
| HSV(B) | 291.43º | 0.95% | 0.95% | - |
| XYZ | 42.89 | 20.44 | 86.48 | - |
| YUV | 97.54 | 210.1 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 243 | 0.14 | 0.95 | 0 | 0.05 | 291.43 | 0.91 | 0.5 |
| Hex | D2 | C | F3 | E | 5F | 0 | 5 | 123 | 5B | 32 |
| Octal | 322 | 14 | 363 | 16 | 137 | 0 | 5 | 443 | 133 | 62 |
| Binary | 11010010 | 1100 | 11110011 | 1110 | 1011111 | 0 | 101 | 100100011 | 1011011 | 110010 |
Color Harmonies of #D20CF3
Complementary color
Monochromatic Colors of #D20CF3
Black with #D20CF3
Text Example
Text Example
White with #D20CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CF3; }
p { color: rgb(210,12,243); }
H1.HeaderClassName
{
color: #D20CF3;
}
.AnyTagClassName
{
color: #D20CF3;
}
</style>
background-color css
<style>
a { background-color: #D20CF3; }
a { background-color: rgb(210,12,243); }
div.DivClassName
{
background-color: #D20CF3;
}
.BgClassName
{
background-color: #D20CF3;
}
</style>
border-color css
<style>
span { border-color: #D20CF3; }
span { border-color: rgb(210,12,243); }
td.TdClassName
{
border-color: #D20CF3;
}
.TagClassName
{
border-color: #D20CF3;
}
</style>