Shades of Psychedelic Purple #D233FD
Tints of Psychedelic Purple #D233FD
RGB
CMYK
RGB Variations
Color information
#D233FD (or 0xD233FD) is known color: Psychedelic Purple. HEX triplet: D2, 33 and FD. RGB value is (210,51,253). Sum of RGB (Red+Green+Blue) = 210+51+253=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 51 (20.31% from 255 or 9.92% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #D233FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D233FD is #2DCC02. Grayscale: #787878. Windows color (decimal): -3001347 or 16593874. OLE color: 16593874.
HSL color Cylindrical-coordinate representation of color #D233FD: hue angle of 287.23º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D233FD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 51 | 253 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.01 |
| HSL | 287.23º | 0.98% | 0.6% | - |
| HSV(B) | 287.23º | 0.8% | 0.99% | - |
| XYZ | 45.49 | 23.16 | 95 | - |
| YUV | 121.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 253 | 0.17 | 0.80 | 0 | 0.01 | 287.23 | 0.98 | 0.6 |
| Hex | D2 | 33 | FD | 11 | 50 | 0 | 1 | 11F | 62 | 3C |
| Octal | 322 | 63 | 375 | 21 | 120 | 0 | 1 | 437 | 142 | 74 |
| Binary | 11010010 | 110011 | 11111101 | 10001 | 1010000 | 0 | 1 | 100011111 | 1100010 | 111100 |
Color Harmonies of #D233FD
Complementary color
Monochromatic Colors of #D233FD
Black with #D233FD
Text Example
Text Example
White with #D233FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233FD; }
p { color: rgb(210,51,253); }
H1.HeaderClassName
{
color: #D233FD;
}
.AnyTagClassName
{
color: #D233FD;
}
</style>
background-color css
<style>
a { background-color: #D233FD; }
a { background-color: rgb(210,51,253); }
div.DivClassName
{
background-color: #D233FD;
}
.BgClassName
{
background-color: #D233FD;
}
</style>
border-color css
<style>
span { border-color: #D233FD; }
span { border-color: rgb(210,51,253); }
td.TdClassName
{
border-color: #D233FD;
}
.TagClassName
{
border-color: #D233FD;
}
</style>