Html Css Color HEX #D503FE Psychedelic Purple

📋 copy color: '#D503FE'

red 213 ◦ green 3 ◦ blue 254

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

Shades of Psychedelic Purple #D503FE

Tints of Psychedelic Purple #D503FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 45.32%
G = 0.64%
B = 54.04%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D503FE (or 0xD503FE) is known color: Psychedelic Purple. HEX triplet: D5, 03 and FE. RGB value is (213,3,254). Sum of RGB (Red+Green+Blue) = 213+3+254=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #D503FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D503FE is #2AFC01. Grayscale: #5D5D5D. Windows color (decimal): -2817026 or 16647125. OLE color: 16647125.

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

Color convert

RGB 213 3 254 -
CMYK 0.16 0.99 0 0.00
HSL 290.2º 0.99% 0.5% -
HSV(B) 290.2º 0.99% 1% -
XYZ 45.36 21.37 95.5 -
YUV 94.4 218.07 212.59 -
System Red Green Blue C M Y K H S L
Decimal 213 3 254 0.16 0.99 0 0.00 290.2 0.99 0.5
Hex D5 3 FE 10 63 0 0 122 63 32
Octal 325 3 376 20 143 0 0 442 143 62
Binary 11010101 11 11111110 10000 1100011 0 0 100100010 1100011 110010

Color Harmonies of #D503FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503FE

Black with #D503FE

Text Example


Text Example

White with #D503FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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