#D721EE

Color #D721EE Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D721EE

Tints of Psychedelic Purple #D721EE

Color information

#D721EE (or 0xD721EE) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 21 and EE. RGB value is (215,33,238). Sum of RGB (Red+Green+Blue) = 215+33+238=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #D721EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D721EE is #28DE11. Grayscale: #6E6E6E. Windows color (decimal): -2678290 or 15606231. OLE color: 15606231.

HSL color Cylindrical-coordinate representation of color #D721EE: hue angle of 293.27º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D721EE is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21533238-
CMYK0.100.8600.07
HSL293.27º85.77%53.14%-
HSV(B)293.27º86.13%93.33%-
XYZ4421.7182.76-
YUV110.79199.8202.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 44.24%
GREEN value IS 33 (13.28% from 255) = 6.79%
BLUE value IS 238 (93.36% from 255) = 48.97%
R=44.24%
G=6.79%
B=48.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215332380.100.8600.07293.2785.7753.14
HexD721EEA56071255635
Octal32741356121260744512665
Binary11010111100001111011101010101011001111001001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D721EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D721EE; }

 p { color: rgb(215,33,238); }

 H1.HeaderClassName
 {
   color: #D721EE;
 }
 .AnyTagClassName
 {
   color: #D721EE;
 }
</style>
background-color css

<style>
 a { background-color: #D721EE; }

 a { background-color: rgb(215,33,238); }

 div.DivClassName
 {
   background-color: #D721EE;
 }
 .BgClassName
 {
   background-color: #D721EE;
 }
</style>
border-color css

<style>
 span { border-color: #D721EE; }

 span { border-color: rgb(215,33,238); }

 td.TdClassName
 {
   border-color: #D721EE;
 }
 .TagClassName
 {
   border-color: #D721EE;
 }
</style>