#D504F6

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

Shades of Psychedelic Purple #D504F6

Tints of Psychedelic Purple #D504F6

Color information

#D504F6 (or 0xD504F6) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 04 and F6. RGB value is (213,4,246). Sum of RGB (Red+Green+Blue) = 213+4+246=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #D504F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D504F6 is #2AFB09. Grayscale: #5D5D5D. Windows color (decimal): -2816778 or 16123093. OLE color: 16123093.

HSL color Cylindrical-coordinate representation of color #D504F6: hue angle of 291.82º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504F6 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2134246-
CMYK0.130.9800.04
HSL291.82º96.8%49.02%-
HSV(B)291.82º98.37%96.47%-
XYZ44.1220.8988.9-
YUV94.08213.74212.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 4 (1.95% from 255) = 0.86%
BLUE value IS 246 (96.48% from 255) = 53.13%
R=46.00%
G=0.86%
B=53.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21342460.130.9800.04291.8296.849.02
HexD54F6D62041246131
Octal3254366151420444414161
Binary11010101100111101101101110001001001001001001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D504F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D504F6; }

 p { color: rgb(213,4,246); }

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

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

 a { background-color: rgb(213,4,246); }

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

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

 span { border-color: rgb(213,4,246); }

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