Shades of Psychedelic Purple #D238FF
Tints of Psychedelic Purple #D238FF
RGB
CMYK
RGB Variations
Color information
#D238FF (or 0xD238FF) is known color: Psychedelic Purple. HEX triplet: D2, 38 and FF. RGB value is (210,56,255). Sum of RGB (Red+Green+Blue) = 210+56+255=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #D238FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238FF is #2DC700. Grayscale: #7C7C7C. Windows color (decimal): -3000065 or 16726226. OLE color: 16726226.
HSL color Cylindrical-coordinate representation of color #D238FF: hue angle of 286.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D238FF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 56 | 255 | - |
| CMYK | 0.18 | 0.78 | 0 | 0 |
| HSL | 286.43º | 1% | 0.61% | - |
| HSV(B) | 286.43º | 0.78% | 1% | - |
| XYZ | 46.04 | 23.75 | 96.77 | - |
| YUV | 124.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 255 | 0.18 | 0.78 | 0 | 0 | 286.43 | 1 | 0.61 |
| Hex | D2 | 38 | FF | 12 | 4E | 0 | 0 | 11E | 64 | 3D |
| Octal | 322 | 70 | 377 | 22 | 116 | 0 | 0 | 436 | 144 | 75 |
| Binary | 11010010 | 111000 | 11111111 | 10010 | 1001110 | 0 | 0 | 100011110 | 1100100 | 111101 |
Color Harmonies of #D238FF
Complementary color
Monochromatic Colors of #D238FF
Black with #D238FF
Text Example
Text Example
White with #D238FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238FF; }
p { color: rgb(210,56,255); }
H1.HeaderClassName
{
color: #D238FF;
}
.AnyTagClassName
{
color: #D238FF;
}
</style>
background-color css
<style>
a { background-color: #D238FF; }
a { background-color: rgb(210,56,255); }
div.DivClassName
{
background-color: #D238FF;
}
.BgClassName
{
background-color: #D238FF;
}
</style>
border-color css
<style>
span { border-color: #D238FF; }
span { border-color: rgb(210,56,255); }
td.TdClassName
{
border-color: #D238FF;
}
.TagClassName
{
border-color: #D238FF;
}
</style>