#D202ED

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

Shades of Psychedelic Purple #D202ED

Tints of Psychedelic Purple #D202ED

Color information

#D202ED (or 0xD202ED) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 02 and ED. RGB value is (210,2,237). Sum of RGB (Red+Green+Blue) = 210+2+237=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #D202ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D202ED is #2DFD12. Grayscale: #5A5A5A. Windows color (decimal): -3013907 or 15532754. OLE color: 15532754.

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

Color convert

RGB2102237-
CMYK0.110.9900.07
HSL293.11º98.33%46.86%-
HSV(B)293.11º99.16%92.94%-
XYZ41.8919.8681.75-
YUV90.98210.41212.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 237 (92.97% from 255) = 52.78%
R=46.77%
G=0.45%
B=52.78%

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
Decimal21022370.110.9900.07293.1198.3346.86
HexD22EDB6307125622f
Octal3222355131430744514257
Binary1101001010111011011011110001101111001001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D202ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D202ED; }

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

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

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

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

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

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

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

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