#D40FFD

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

Shades of Psychedelic Purple #D40FFD

Tints of Psychedelic Purple #D40FFD

Color information

#D40FFD (or 0xD40FFD) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 0F and FD. RGB value is (212,15,253). Sum of RGB (Red+Green+Blue) = 212+15+253=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #D40FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FFD is #2BF002. Grayscale: #646464. Windows color (decimal): -2879491 or 16584660. OLE color: 16584660.

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

Color convert

RGB21215253-
CMYK0.160.9400.01
HSL289.66º98.35%52.55%-
HSV(B)289.66º94.07%99.22%-
XYZ45.0521.4394.69-
YUV101.04213.77207.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 15 (6.25% from 255) = 3.12%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=44.17%
G=3.12%
B=52.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212152530.160.9400.01289.6698.3552.55
HexD4FFD105E011226235
Octal32417375201360144214265
Binary11010100111111111101100001011110011001000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40FFD; }

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

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

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

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

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

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

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

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