#D214E9

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

Shades of Psychedelic Purple #D214E9

Tints of Psychedelic Purple #D214E9

Color information

#D214E9 (or 0xD214E9) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 14 and E9. RGB value is (210,20,233). Sum of RGB (Red+Green+Blue) = 210+20+233=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #D214E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D214E9 is #2DEB16. Grayscale: #646464. Windows color (decimal): -3009303 or 15275218. OLE color: 15275218.

HSL color Cylindrical-coordinate representation of color #D214E9: hue angle of 293.52º 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 #D214E9 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21020233-
CMYK0.100.9100.09
HSL293.52º84.19%49.61%-
HSV(B)293.52º91.42%91.37%-
XYZ41.5420.0978.78-
YUV101.09202.45205.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 20 (8.20% from 255) = 4.32%
BLUE value IS 233 (91.41% from 255) = 50.32%
R=45.36%
G=4.32%
B=50.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210202330.100.9100.09293.5284.1949.61
HexD214E9A5B091265432
Octal322243511213301144612462
Binary11010010101001110100110101011011010011001001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D214E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D214E9; }

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

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

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

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

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

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

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

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