#D51FEE

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

Shades of Psychedelic Purple #D51FEE

Tints of Psychedelic Purple #D51FEE

Color information

#D51FEE (or 0xD51FEE) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 1F and EE. RGB value is (213,31,238). Sum of RGB (Red+Green+Blue) = 213+31+238=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #D51FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FEE is #2AE011. Grayscale: #6C6C6C. Windows color (decimal): -2809874 or 15605717. OLE color: 15605717.

HSL color Cylindrical-coordinate representation of color #D51FEE: hue angle of 292.75º 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 #D51FEE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21331238-
CMYK0.110.8700.07
HSL292.75º85.89%52.75%-
HSV(B)292.75º86.97%93.33%-
XYZ43.3621.382.71-
YUV109.02200.8202.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 31 (12.5% from 255) = 6.43%
BLUE value IS 238 (93.36% from 255) = 49.38%
R=44.19%
G=6.43%
B=49.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213312380.110.8700.07292.7585.8952.75
HexD51FEEB57071255635
Octal32537356131270744512665
Binary1101010111111111011101011101011101111001001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51FEE; }

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

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

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

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

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

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

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

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