#D21FEE

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

Shades of Psychedelic Purple #D21FEE

Tints of Psychedelic Purple #D21FEE

Color information

#D21FEE (or 0xD21FEE) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 1F and EE. RGB value is (210,31,238). Sum of RGB (Red+Green+Blue) = 210+31+238=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #D21FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FEE is #2DE011. Grayscale: #6B6B6B. Windows color (decimal): -3006482 or 15605714. OLE color: 15605714.

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

Color convert

RGB21031238-
CMYK0.120.8700.07
HSL291.88º85.89%52.75%-
HSV(B)291.88º86.97%93.33%-
XYZ42.520.8582.67-
YUV108.12201.3200.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 31 (12.5% from 255) = 6.47%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=43.84%
G=6.47%
B=49.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210312380.120.8700.07291.8885.8952.75
HexD21FEEC57071245635
Octal32237356141270744412665
Binary1101001011111111011101100101011101111001001001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21FEE; }

 p { color: rgb(210,31,238); }

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

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

 a { background-color: rgb(210,31,238); }

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

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

 span { border-color: rgb(210,31,238); }

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