#D520F6

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

Shades of Psychedelic Purple #D520F6

Tints of Psychedelic Purple #D520F6

Color information

#D520F6 (or 0xD520F6) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 20 and F6. RGB value is (213,32,246). Sum of RGB (Red+Green+Blue) = 213+32+246=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #D520F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520F6 is #2ADF09. Grayscale: #6D6D6D. Windows color (decimal): -2809610 or 16130261. OLE color: 16130261.

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

Color convert

RGB21332246-
CMYK0.130.8700.04
HSL290.75º92.24%54.51%-
HSV(B)290.75º86.99%96.47%-
XYZ44.5921.8389.05-
YUV110.52204.47201.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 32 (12.89% from 255) = 6.52%
BLUE value IS 246 (96.48% from 255) = 50.10%
R=43.38%
G=6.52%
B=50.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213322460.130.8700.04290.7592.2454.51
HexD520F6D57041235c37
Octal32540366151270444313467
Binary11010101100000111101101101101011101001001000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D520F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D520F6; }

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

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

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

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

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

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

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

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