#D411FF

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

Shades of Psychedelic Purple #D411FF

Tints of Psychedelic Purple #D411FF

Color information

#D411FF (or 0xD411FF) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 11 and FF. RGB value is (212,17,255). Sum of RGB (Red+Green+Blue) = 212+17+255=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #D411FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D411FF is #2BEE00. Grayscale: #656565. Windows color (decimal): -2878977 or 16716244. OLE color: 16716244.

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

Color convert

RGB21217255-
CMYK0.170.9300
HSL289.16º100%53.33%-
HSV(B)289.16º93.33%100%-
XYZ45.421.6296.39-
YUV102.44214.1206.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 17 (7.03% from 255) = 3.51%
BLUE value IS 255 (100% from 255) = 52.69%
R=43.80%
G=3.51%
B=52.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212172550.170.9300289.1610053.33
HexD411FF115D001216435
Octal32421377211350044114465
Binary110101001000111111111100011011101001001000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D411FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D411FF; }

 p { color: rgb(212,17,255); }

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

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

 a { background-color: rgb(212,17,255); }

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

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

 span { border-color: rgb(212,17,255); }

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