Html Css Color HEX #D503F1 Psychedelic Purple

📋 copy color: '#D503F1'

red 213 ◦ green 3 ◦ blue 241

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

Shades of Psychedelic Purple #D503F1

Tints of Psychedelic Purple #D503F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 46.61%
G = 0.66%
B = 52.74%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D503F1 (or 0xD503F1) is known color: Psychedelic Purple. HEX triplet: D5, 03 and F1. RGB value is (213,3,241). Sum of RGB (Red+Green+Blue) = 213+3+241=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #D503F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D503F1 is #2AFC0E. Grayscale: #5C5C5C. Windows color (decimal): -2817039 or 15795157. OLE color: 15795157.

HSL color Cylindrical-coordinate representation of color #D503F1: hue angle of 292.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503F1 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 3 241 -
CMYK 0.12 0.99 0 0.05
HSL 292.94º 0.98% 0.48% -
HSV(B) 292.94º 0.99% 0.95% -
XYZ 43.35 20.56 84.9 -
YUV 92.92 211.57 213.65 -
System Red Green Blue C M Y K H S L
Decimal 213 3 241 0.12 0.99 0 0.05 292.94 0.98 0.48
Hex D5 3 F1 C 63 0 5 125 62 30
Octal 325 3 361 14 143 0 5 445 142 60
Binary 11010101 11 11110001 1100 1100011 0 101 100100101 1100010 110000

Color Harmonies of #D503F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503F1

Black with #D503F1

Text Example


Text Example

White with #D503F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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