#D538FC

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

Shades of Psychedelic Purple #D538FC

Tints of Psychedelic Purple #D538FC

Color information

#D538FC (or 0xD538FC) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 38 and FC. RGB value is (213,56,252). Sum of RGB (Red+Green+Blue) = 213+56+252=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #D538FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D538FC is #2AC703. Grayscale: #7C7C7C. Windows color (decimal): -2803460 or 16529621. OLE color: 16529621.

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

Color convert

RGB21356252-
CMYK0.150.7800.01
HSL288.06º97.03%60.39%-
HSV(B)288.06º77.78%98.82%-
XYZ46.432494.28-
YUV125.29199.51190.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 56 (22.27% from 255) = 10.75%
BLUE value IS 252 (98.83% from 255) = 48.37%
R=40.88%
G=10.75%
B=48.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213562520.150.7800.01288.0697.0360.39
HexD538FCF4E01120613c
Octal32570374171160144014174
Binary110101011110001111110011111001110011001000001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538FC; }

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

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

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

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

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

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

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

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