#D638FD

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

Shades of Psychedelic Purple #D638FD

Tints of Psychedelic Purple #D638FD

Color information

#D638FD (or 0xD638FD) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 38 and FD. RGB value is (214,56,253). Sum of RGB (Red+Green+Blue) = 214+56+253=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 56 (22.27% from 255 or 10.71% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #D638FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D638FD is #29C702. Grayscale: #7D7D7D. Windows color (decimal): -2737923 or 16595158. OLE color: 16595158.

HSL color Cylindrical-coordinate representation of color #D638FD: hue angle of 288.12º 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 #D638FD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21456253-
CMYK0.150.7800.01
HSL288.12º98.01%60.59%-
HSV(B)288.12º77.87%99.22%-
XYZ46.8824.2295.13-
YUV125.7199.85190.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 56 (22.27% from 255) = 10.71%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=40.92%
G=10.71%
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
Decimal214562530.150.7800.01288.1298.0160.59
HexD638FDF4E01120623d
Octal32670375171160144014275
Binary110101101110001111110111111001110011001000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D638FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D638FD; }

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

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

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

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

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

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

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

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