#D402ED

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

Shades of Psychedelic Purple #D402ED

Tints of Psychedelic Purple #D402ED

Color information

#D402ED (or 0xD402ED) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 02 and ED. RGB value is (212,2,237). Sum of RGB (Red+Green+Blue) = 212+2+237=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #D402ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D402ED is #2BFD12. Grayscale: #5A5A5A. Windows color (decimal): -2882835 or 15532756. OLE color: 15532756.

HSL color Cylindrical-coordinate representation of color #D402ED: hue angle of 293.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402ED is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2122237-
CMYK0.110.9900.07
HSL293.62º98.33%46.86%-
HSV(B)293.62º99.16%92.94%-
XYZ42.4620.1581.77-
YUV91.58210.07213.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 2 (1.17% from 255) = 0.44%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=47.01%
G=0.44%
B=52.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21222370.110.9900.07293.6298.3346.86
HexD42EDB6307126622f
Octal3242355131430744614257
Binary1101010010111011011011110001101111001001101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D402ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D402ED; }

 p { color: rgb(212,2,237); }

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

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

 a { background-color: rgb(212,2,237); }

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

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

 span { border-color: rgb(212,2,237); }

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