Shades of Psychedelic Purple #D227EB
Tints of Psychedelic Purple #D227EB
RGB
CMYK
RGB Variations
Color information
#D227EB (or 0xD227EB) is known color: Psychedelic Purple. HEX triplet: D2, 27 and EB. RGB value is (210,39,235). Sum of RGB (Red+Green+Blue) = 210+39+235=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #D227EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227EB is #2DD814. Grayscale: #6F6F6F. Windows color (decimal): -3004437 or 15411154. OLE color: 15411154.
HSL color Cylindrical-coordinate representation of color #D227EB: hue angle of 292.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D227EB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 210 | 39 | 235 | - |
CMYK | 0.11 | 0.83 | 0 | 0.08 |
HSL | 292.35º | 0.83% | 0.54% | - |
HSV(B) | 292.35º | 0.83% | 0.92% | - |
XYZ | 42.3 | 21.15 | 80.45 | - |
YUV | 112.47 | 197.15 | 197.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 39 | 235 | 0.11 | 0.83 | 0 | 0.08 | 292.35 | 0.83 | 0.54 |
Hex | D2 | 27 | EB | B | 53 | 0 | 8 | 124 | 53 | 36 |
Octal | 322 | 47 | 353 | 13 | 123 | 0 | 10 | 444 | 123 | 66 |
Binary | 11010010 | 100111 | 11101011 | 1011 | 1010011 | 0 | 1000 | 100100100 | 1010011 | 110110 |
Color Harmonies of #D227EB
Complementary color
Monochromatic Colors of #D227EB
Black with #D227EB
Text Example
Text Example
White with #D227EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227EB; }
p { color: rgb(210,39,235); }
H1.HeaderClassName
{
color: #D227EB;
}
.AnyTagClassName
{
color: #D227EB;
}
</style>
background-color css
<style>
a { background-color: #D227EB; }
a { background-color: rgb(210,39,235); }
div.DivClassName
{
background-color: #D227EB;
}
.BgClassName
{
background-color: #D227EB;
}
</style>
border-color css
<style>
span { border-color: #D227EB; }
span { border-color: rgb(210,39,235); }
td.TdClassName
{
border-color: #D227EB;
}
.TagClassName
{
border-color: #D227EB;
}
</style>