Shades of Psychedelic Purple #DD23FB
Tints of Psychedelic Purple #DD23FB
RGB
CMYK
RGB Variations
Color information
#DD23FB (or 0xDD23FB) is known color: Psychedelic Purple. HEX triplet: DD, 23 and FB. RGB value is (221,35,251). Sum of RGB (Red+Green+Blue) = 221+35+251=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 35 (14.06% from 255 or 6.90% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD23FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD23FB is #22DC04. Grayscale: #727272. Windows color (decimal): -2284549 or 16458717. OLE color: 16458717.
HSL color Cylindrical-coordinate representation of color #DD23FB: hue angle of 291.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD23FB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 35 | 251 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.67º | 0.96% | 0.56% | - |
| HSV(B) | 291.67º | 0.86% | 0.98% | - |
| XYZ | 47.83 | 23.54 | 93.29 | - |
| YUV | 115.24 | 204.62 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 251 | 0.12 | 0.86 | 0 | 0.02 | 291.67 | 0.96 | 0.56 |
| Hex | DD | 23 | FB | C | 56 | 0 | 2 | 124 | 60 | 38 |
| Octal | 335 | 43 | 373 | 14 | 126 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011101 | 100011 | 11111011 | 1100 | 1010110 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DD23FB
Complementary color
Monochromatic Colors of #DD23FB
Black with #DD23FB
Text Example
Text Example
White with #DD23FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23FB; }
p { color: rgb(221,35,251); }
H1.HeaderClassName
{
color: #DD23FB;
}
.AnyTagClassName
{
color: #DD23FB;
}
</style>
background-color css
<style>
a { background-color: #DD23FB; }
a { background-color: rgb(221,35,251); }
div.DivClassName
{
background-color: #DD23FB;
}
.BgClassName
{
background-color: #DD23FB;
}
</style>
border-color css
<style>
span { border-color: #DD23FB; }
span { border-color: rgb(221,35,251); }
td.TdClassName
{
border-color: #DD23FB;
}
.TagClassName
{
border-color: #DD23FB;
}
</style>