#D703E8

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

Shades of Psychedelic Purple #D703E8

Tints of Psychedelic Purple #D703E8

Color information

#D703E8 (or 0xD703E8) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 03 and E8. RGB value is (215,3,232). Sum of RGB (Red+Green+Blue) = 215+3+232=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 232 (91.02% from 255 or 51.56% from 450); Max value from RGB is 232 - color contains mainly: blue. Hex color #D703E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703E8 is #28FC17. Grayscale: #5B5B5B. Windows color (decimal): -2685976 or 15205335. OLE color: 15205335.

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

Color convert

RGB2153232-
CMYK0.070.9900.09
HSL295.55º97.45%46.08%-
HSV(B)295.55º98.71%90.98%-
XYZ42.6220.3478.02-
YUV92.49206.74215.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.78%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 232 (91.02% from 255) = 51.56%
R=47.78%
G=0.67%
B=51.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal21532320.070.9900.09295.5597.4546.08
HexD73E876309128612e
Octal3273350714301145014156
Binary1101011111111010001111100011010011001010001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D703E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D703E8; }

 p { color: rgb(215,3,232); }

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

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

 a { background-color: rgb(215,3,232); }

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

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

 span { border-color: rgb(215,3,232); }

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