Shades of Psychedelic Purple #DF2BED
Tints of Psychedelic Purple #DF2BED
RGB
CMYK
RGB Variations
Color information
#DF2BED (or 0xDF2BED) is known color: Psychedelic Purple. HEX triplet: DF, 2B and ED. RGB value is (223,43,237). Sum of RGB (Red+Green+Blue) = 223+43+237=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 43 (17.19% from 255 or 8.55% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BED is #20D412. Grayscale: #767676. Windows color (decimal): -2151443 or 15543263. OLE color: 15543263.
HSL color Cylindrical-coordinate representation of color #DF2BED: hue angle of 295.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2BED is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 43 | 237 | - |
CMYK | 0.06 | 0.82 | 0 | 0.07 |
HSL | 295.67º | 0.84% | 0.55% | - |
HSV(B) | 295.67º | 0.82% | 0.93% | - |
XYZ | 46.58 | 23.53 | 82.21 | - |
YUV | 118.94 | 194.63 | 202.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 43 | 237 | 0.06 | 0.82 | 0 | 0.07 | 295.67 | 0.84 | 0.55 |
Hex | DF | 2B | ED | 6 | 52 | 0 | 7 | 128 | 54 | 37 |
Octal | 337 | 53 | 355 | 6 | 122 | 0 | 7 | 450 | 124 | 67 |
Binary | 11011111 | 101011 | 11101101 | 110 | 1010010 | 0 | 111 | 100101000 | 1010100 | 110111 |
Color Harmonies of #DF2BED
Complementary color
Monochromatic Colors of #DF2BED
Black with #DF2BED
Text Example
Text Example
White with #DF2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BED; }
p { color: rgb(223,43,237); }
H1.HeaderClassName
{
color: #DF2BED;
}
.AnyTagClassName
{
color: #DF2BED;
}
</style>
background-color css
<style>
a { background-color: #DF2BED; }
a { background-color: rgb(223,43,237); }
div.DivClassName
{
background-color: #DF2BED;
}
.BgClassName
{
background-color: #DF2BED;
}
</style>
border-color css
<style>
span { border-color: #DF2BED; }
span { border-color: rgb(223,43,237); }
td.TdClassName
{
border-color: #DF2BED;
}
.TagClassName
{
border-color: #DF2BED;
}
</style>