Html Css Color HEX #D503FD Psychedelic Purple

📋 copy color: '#D503FD'

red 213 ◦ green 3 ◦ blue 253

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

Shades of Psychedelic Purple #D503FD

Tints of Psychedelic Purple #D503FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 45.42%
G = 0.64%
B = 53.94%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D503FD (or 0xD503FD) is known color: Psychedelic Purple. HEX triplet: D5, 03 and FD. RGB value is (213,3,253). Sum of RGB (Red+Green+Blue) = 213+3+253=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D503FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D503FD is #2AFC02. Grayscale: #5D5D5D. Windows color (decimal): -2817027 or 16581589. OLE color: 16581589.

HSL color Cylindrical-coordinate representation of color #D503FD: hue angle of 290.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503FD is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 3 253 -
CMYK 0.16 0.99 0 0.01
HSL 290.4º 0.98% 0.5% -
HSV(B) 290.4º 0.99% 0.99% -
XYZ 45.2 21.3 94.66 -
YUV 94.29 217.57 212.67 -
System Red Green Blue C M Y K H S L
Decimal 213 3 253 0.16 0.99 0 0.01 290.4 0.98 0.5
Hex D5 3 FD 10 63 0 1 122 62 32
Octal 325 3 375 20 143 0 1 442 142 62
Binary 11010101 11 11111101 10000 1100011 0 1 100100010 1100010 110010

Color Harmonies of #D503FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503FD

Black with #D503FD

Text Example


Text Example

White with #D503FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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