#D302ED

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

Shades of Psychedelic Purple #D302ED

Tints of Psychedelic Purple #D302ED

Color information

#D302ED (or 0xD302ED) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 02 and ED. RGB value is (211,2,237). Sum of RGB (Red+Green+Blue) = 211+2+237=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #D302ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302ED is #2CFD12. Grayscale: #5A5A5A. Windows color (decimal): -2948371 or 15532755. OLE color: 15532755.

HSL color Cylindrical-coordinate representation of color #D302ED: hue angle of 293.36º 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 #D302ED is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2112237-
CMYK0.110.9900.07
HSL293.36º98.33%46.86%-
HSV(B)293.36º99.16%92.94%-
XYZ42.1720.0181.76-
YUV91.28210.24213.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 2 (1.17% from 255) = 0.44%
BLUE value IS 237 (92.97% from 255) = 52.67%
R=46.89%
G=0.44%
B=52.67%

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
Decimal21122370.110.9900.07293.3698.3346.86
HexD32EDB6307125622f
Octal3232355131430744514257
Binary1101001110111011011011110001101111001001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D302ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D302ED; }

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

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

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

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

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

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

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

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