#D921FD

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

Shades of Psychedelic Purple #D921FD

Tints of Psychedelic Purple #D921FD

Color information

#D921FD (or 0xD921FD) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 21 and FD. RGB value is (217,33,253). Sum of RGB (Red+Green+Blue) = 217+33+253=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #D921FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921FD is #26DE02. Grayscale: #707070. Windows color (decimal): -2547203 or 16589273. OLE color: 16589273.

HSL color Cylindrical-coordinate representation of color #D921FD: hue angle of 290.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D921FD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21733253-
CMYK0.140.8700.01
HSL290.18º98.21%56.08%-
HSV(B)290.18º86.96%99.22%-
XYZ46.8922.9394.88-
YUV113.1206.96202.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 33 (13.28% from 255) = 6.56%
BLUE value IS 253 (99.22% from 255) = 50.30%
R=43.14%
G=6.56%
B=50.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal217332530.140.8700.01290.1898.2156.08
HexD921FDE57011226238
Octal33141375161270144214270
Binary110110011000011111110111101010111011001000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D921FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D921FD; }

 p { color: rgb(217,33,253); }

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

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

 a { background-color: rgb(217,33,253); }

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

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

 span { border-color: rgb(217,33,253); }

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