#D021FF

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

Shades of Psychedelic Purple #D021FF

Tints of Psychedelic Purple #D021FF

Color information

#D021FF (or 0xD021FF) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 21 and FF. RGB value is (208,33,255). Sum of RGB (Red+Green+Blue) = 208+33+255=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #D021FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D021FF is #2FDE00. Grayscale: #6D6D6D. Windows color (decimal): -3137025 or 16720336. OLE color: 16720336.

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

Color convert

RGB20833255-
CMYK0.180.8700
HSL287.3º100%56.47%-
HSV(B)287.3º87.06%100%-
XYZ44.6121.7296.45-
YUV110.63209.48197.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 33 (13.28% from 255) = 6.65%
BLUE value IS 255 (100% from 255) = 51.41%
R=41.94%
G=6.65%
B=51.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208332550.180.8700287.310056.47
HexD021FF12570011f6438
Octal32041377221270043714470
Binary1101000010000111111111100101010111001000111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D021FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D021FF; }

 p { color: rgb(208,33,255); }

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

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

 a { background-color: rgb(208,33,255); }

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

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

 span { border-color: rgb(208,33,255); }

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