#D314E9

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

Shades of Psychedelic Purple #D314E9

Tints of Psychedelic Purple #D314E9

Color information

#D314E9 (or 0xD314E9) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 14 and E9. RGB value is (211,20,233). Sum of RGB (Red+Green+Blue) = 211+20+233=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #D314E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314E9 is #2CEB16. Grayscale: #646464. Windows color (decimal): -2943767 or 15275219. OLE color: 15275219.

HSL color Cylindrical-coordinate representation of color #D314E9: hue angle of 293.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D314E9 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21120233-
CMYK0.090.9100.09
HSL293.8º84.19%49.61%-
HSV(B)293.8º91.42%91.37%-
XYZ41.8220.2378.79-
YUV101.39202.28206.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.47%
GREEN value IS 20 (8.20% from 255) = 4.31%
BLUE value IS 233 (91.41% from 255) = 50.22%
R=45.47%
G=4.31%
B=50.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211202330.090.9100.09293.884.1949.61
HexD314E995B091265432
Octal323243511113301144612462
Binary11010011101001110100110011011011010011001001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D314E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D314E9; }

 p { color: rgb(211,20,233); }

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

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

 a { background-color: rgb(211,20,233); }

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

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

 span { border-color: rgb(211,20,233); }

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