#D438FD

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

Shades of Psychedelic Purple #D438FD

Tints of Psychedelic Purple #D438FD

Color information

#D438FD (or 0xD438FD) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 38 and FD. RGB value is (212,56,253). Sum of RGB (Red+Green+Blue) = 212+56+253=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D438FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D438FD is #2BC702. Grayscale: #7C7C7C. Windows color (decimal): -2868995 or 16595156. OLE color: 16595156.

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

Color convert

RGB21256253-
CMYK0.160.7800.01
HSL287.51º98.01%60.59%-
HSV(B)287.51º77.87%99.22%-
XYZ46.323.9295.1-
YUV125.1200.18189.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 56 (22.27% from 255) = 10.75%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=40.69%
G=10.75%
B=48.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212562530.160.7800.01287.5198.0160.59
HexD438FD104E01120623d
Octal32470375201160144014275
Binary1101010011100011111101100001001110011001000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D438FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D438FD; }

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

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

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

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

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

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

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

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