Html Css Color HEX #D503ED Psychedelic Purple

📋 copy color: '#D503ED'

red 213 ◦ green 3 ◦ blue 237

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

Shades of Psychedelic Purple #D503ED

Tints of Psychedelic Purple #D503ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 47.02%
G = 0.66%
B = 52.32%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D503ED (or 0xD503ED) is known color: Psychedelic Purple. HEX triplet: D5, 03 and ED. RGB value is (213,3,237). Sum of RGB (Red+Green+Blue) = 213+3+237=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #D503ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D503ED is #2AFC12. Grayscale: #5B5B5B. Windows color (decimal): -2817043 or 15533013. OLE color: 15533013.

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

Color convert

RGB 213 3 237 -
CMYK 0.10 0.99 0 0.07
HSL 293.85º 0.98% 0.47% -
HSV(B) 293.85º 0.99% 0.93% -
XYZ 42.76 20.33 81.79 -
YUV 92.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 213 3 237 0.10 0.99 0 0.07 293.85 0.98 0.47
Hex D5 3 ED A 63 0 7 126 62 2F
Octal 325 3 355 12 143 0 7 446 142 57
Binary 11010101 11 11101101 1010 1100011 0 111 100100110 1100010 101111

Color Harmonies of #D503ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503ED

Black with #D503ED

Text Example


Text Example

White with #D503ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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