#D534FC

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

Shades of Psychedelic Purple #D534FC

Tints of Psychedelic Purple #D534FC

Color information

#D534FC (or 0xD534FC) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 34 and FC. RGB value is (213,52,252). Sum of RGB (Red+Green+Blue) = 213+52+252=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 52 (20.70% from 255 or 10.06% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #D534FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534FC is #2ACB03. Grayscale: #7A7A7A. Windows color (decimal): -2804484 or 16528597. OLE color: 16528597.

HSL color Cylindrical-coordinate representation of color #D534FC: hue angle of 288.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D534FC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21352252-
CMYK0.150.7900.01
HSL288.3º97.09%59.61%-
HSV(B)288.3º79.37%98.82%-
XYZ46.2423.6394.22-
YUV122.94200.84192.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 52 (20.70% from 255) = 10.06%
BLUE value IS 252 (98.83% from 255) = 48.74%
R=41.20%
G=10.06%
B=48.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213522520.150.7900.01288.397.0959.61
HexD534FCF4F01120613c
Octal32564374171170144014174
Binary110101011101001111110011111001111011001000001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D534FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D534FC; }

 p { color: rgb(213,52,252); }

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

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

 a { background-color: rgb(213,52,252); }

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

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

 span { border-color: rgb(213,52,252); }

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