#D436FD

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

Shades of Psychedelic Purple #D436FD

Tints of Psychedelic Purple #D436FD

Color information

#D436FD (or 0xD436FD) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 36 and FD. RGB value is (212,54,253). Sum of RGB (Red+Green+Blue) = 212+54+253=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #D436FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D436FD is #2BC902. Grayscale: #7B7B7B. Windows color (decimal): -2869507 or 16594644. OLE color: 16594644.

HSL color Cylindrical-coordinate representation of color #D436FD: hue angle of 287.64º degrees, saturation: 0.98, 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 #D436FD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21254253-
CMYK0.160.7900.01
HSL287.64º98.03%60.2%-
HSV(B)287.64º78.66%99.22%-
XYZ46.223.7395.07-
YUV123.93200.85190.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 54 (21.48% from 255) = 10.40%
BLUE value IS 253 (99.22% from 255) = 48.75%
R=40.85%
G=10.40%
B=48.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212542530.160.7900.01287.6498.0360.2
HexD436FD104F01120623c
Octal32466375201170144014274
Binary1101010011011011111101100001001111011001000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D436FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D436FD; }

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

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

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

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

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

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

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

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