Shades of Psychedelic Purple #D236FF
Tints of Psychedelic Purple #D236FF
RGB
CMYK
RGB Variations
Color information
#D236FF (or 0xD236FF) is known color: Psychedelic Purple. HEX triplet: D2, 36 and FF. RGB value is (210,54,255). Sum of RGB (Red+Green+Blue) = 210+54+255=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #D236FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236FF is #2DC900. Grayscale: #7A7A7A. Windows color (decimal): -3000577 or 16725714. OLE color: 16725714.
HSL color Cylindrical-coordinate representation of color #D236FF: hue angle of 286.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D236FF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 54 | 255 | - |
| CMYK | 0.18 | 0.79 | 0 | 0 |
| HSL | 286.57º | 1% | 0.61% | - |
| HSV(B) | 286.57º | 0.79% | 1% | - |
| XYZ | 45.95 | 23.56 | 96.73 | - |
| YUV | 123.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 255 | 0.18 | 0.79 | 0 | 0 | 286.57 | 1 | 0.61 |
| Hex | D2 | 36 | FF | 12 | 4F | 0 | 0 | 11F | 64 | 3D |
| Octal | 322 | 66 | 377 | 22 | 117 | 0 | 0 | 437 | 144 | 75 |
| Binary | 11010010 | 110110 | 11111111 | 10010 | 1001111 | 0 | 0 | 100011111 | 1100100 | 111101 |
Color Harmonies of #D236FF
Complementary color
Monochromatic Colors of #D236FF
Black with #D236FF
Text Example
Text Example
White with #D236FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236FF; }
p { color: rgb(210,54,255); }
H1.HeaderClassName
{
color: #D236FF;
}
.AnyTagClassName
{
color: #D236FF;
}
</style>
background-color css
<style>
a { background-color: #D236FF; }
a { background-color: rgb(210,54,255); }
div.DivClassName
{
background-color: #D236FF;
}
.BgClassName
{
background-color: #D236FF;
}
</style>
border-color css
<style>
span { border-color: #D236FF; }
span { border-color: rgb(210,54,255); }
td.TdClassName
{
border-color: #D236FF;
}
.TagClassName
{
border-color: #D236FF;
}
</style>