Html Css Color HEX #D503FF Psychedelic Purple

📋 copy color: '#D503FF'

red 213 ◦ green 3 ◦ blue 255

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

Shades of Psychedelic Purple #D503FF

Tints of Psychedelic Purple #D503FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 45.22%
G = 0.64%
B = 54.14%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D503FF (or 0xD503FF) is known color: Psychedelic Purple. HEX triplet: D5, 03 and FF. RGB value is (213,3,255). Sum of RGB (Red+Green+Blue) = 213+3+255=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #D503FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D503FF is #2AFC00. Grayscale: #5D5D5D. Windows color (decimal): -2817025 or 16712661. OLE color: 16712661.

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

Color convert

RGB 213 3 255 -
CMYK 0.16 0.99 0 0
HSL 290º 1% 0.51% -
HSV(B) 290º 0.99% 1% -
XYZ 45.52 21.43 96.35 -
YUV 94.52 218.57 212.51 -
System Red Green Blue C M Y K H S L
Decimal 213 3 255 0.16 0.99 0 0 290 1 0.51
Hex D5 3 FF 10 63 0 0 122 64 33
Octal 325 3 377 20 143 0 0 442 144 63
Binary 11010101 11 11111111 10000 1100011 0 0 100100010 1100100 110011

Color Harmonies of #D503FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503FF

Black with #D503FF

Text Example


Text Example

White with #D503FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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