#d203eb

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

Shades of Psychedelic Purple #D203EB

Tints of Psychedelic Purple #D203EB

Color information

#D203EB (or 0xD203EB) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 03 and EB. RGB value is (210,3,235). Sum of RGB (Red+Green+Blue) = 210+3+235=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #D203EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D203EB is #2DFC14. Grayscale: #5A5A5A. Windows color (decimal): -3013653 or 15401938. OLE color: 15401938.

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

Color convert

RGB2103235-
CMYK0.110.9900.08
HSL293.53º97.48%46.67%-
HSV(B)293.53º98.72%92.16%-
XYZ41.6119.7680.22-
YUV91.34209.08212.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=46.88%
G=0.67%
B=52.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21032350.110.9900.08293.5397.4846.67
HexD23EBB6308126612f
Octal32233531314301044614157
Binary11010010111110101110111100011010001001001101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d203eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d203eb; }

 p { color: rgb(210,3,235); }

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

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

 a { background-color: rgb(210,3,235); }

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

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

 span { border-color: rgb(210,3,235); }

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