Html Css Color HEX #D503EB Psychedelic Purple

📋 copy color: '#D503EB'

red 213 ◦ green 3 ◦ blue 235

#D503EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D503EB

Tints of Psychedelic Purple #D503EB

RGB

 RED value IS 213 (83.59% from 255) = 47.23%

 GREEN value IS 3 (1.56% from 255) = 0.67%

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 47.23%
G = 0.67%
B = 52.11%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D503EB (or 0xD503EB) is known color: Psychedelic Purple. HEX triplet: D5, 03 and EB. RGB value is (213,3,235). Sum of RGB (Red+Green+Blue) = 213+3+235=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #D503EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D503EB is #2AFC14. Grayscale: #5B5B5B. Windows color (decimal): -2817045 or 15401941. OLE color: 15401941.

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

Color convert

RGB 213 3 235 -
CMYK 0.09 0.99 0 0.08
HSL 294.31º 0.97% 0.47% -
HSV(B) 294.31º 0.99% 0.92% -
XYZ 42.47 20.21 80.26 -
YUV 92.24 208.57 214.14 -
System Red Green Blue C M Y K H S L
Decimal 213 3 235 0.09 0.99 0 0.08 294.31 0.97 0.47
Hex D5 3 EB 9 63 0 8 126 61 2F
Octal 325 3 353 11 143 0 10 446 141 57
Binary 11010101 11 11101011 1001 1100011 0 1000 100100110 1100001 101111

Color Harmonies of #D503EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503EB

Black with #D503EB

Text Example


Text Example

White with #D503EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503EB; }

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

 H1.HeaderClassName
 {
   color: #D503EB;
 }
 .AnyTagClassName
 {
   color: #D503EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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