#D415FD

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

Shades of Psychedelic Purple #D415FD

Tints of Psychedelic Purple #D415FD

Color information

#D415FD (or 0xD415FD) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 15 and FD. RGB value is (212,21,253). Sum of RGB (Red+Green+Blue) = 212+21+253=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #D415FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415FD is #2BEA02. Grayscale: #676767. Windows color (decimal): -2877955 or 16586196. OLE color: 16586196.

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

Color convert

RGB21221253-
CMYK0.160.9200.01
HSL289.4º98.31%53.73%-
HSV(B)289.4º91.7%99.22%-
XYZ45.1521.6394.72-
YUV104.56211.78204.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 21 (8.59% from 255) = 4.32%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=43.62%
G=4.32%
B=52.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212212530.160.9200.01289.498.3153.73
HexD415FD105C011216236
Octal32425375201340144114266
Binary110101001010111111101100001011100011001000011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D415FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D415FD; }

 p { color: rgb(212,21,253); }

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

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

 a { background-color: rgb(212,21,253); }

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

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

 span { border-color: rgb(212,21,253); }

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