Html Css Color HEX #D50FF3 Psychedelic Purple

📋 copy color: '#D50FF3'

red 213 ◦ green 15 ◦ blue 243

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

Shades of Psychedelic Purple #D50FF3

Tints of Psychedelic Purple #D50FF3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 45.22%
G = 3.18%
B = 51.59%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D50FF3 (or 0xD50FF3) is known color: Psychedelic Purple. HEX triplet: D5, 0F and F3. RGB value is (213,15,243). Sum of RGB (Red+Green+Blue) = 213+15+243=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #D50FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FF3 is #2AF00C. Grayscale: #636363. Windows color (decimal): -2813965 or 15929301. OLE color: 15929301.

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

Color convert

RGB 213 15 243 -
CMYK 0.12 0.94 0 0.05
HSL 292.11º 0.9% 0.51% -
HSV(B) 292.11º 0.94% 0.95% -
XYZ 43.79 20.96 86.53 -
YUV 100.19 208.6 208.46 -
System Red Green Blue C M Y K H S L
Decimal 213 15 243 0.12 0.94 0 0.05 292.11 0.9 0.51
Hex D5 F F3 C 5E 0 5 124 5A 33
Octal 325 17 363 14 136 0 5 444 132 63
Binary 11010101 1111 11110011 1100 1011110 0 101 100100100 1011010 110011

Color Harmonies of #D50FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FF3

Black with #D50FF3

Text Example


Text Example

White with #D50FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FF3; }

 p { color: rgb(213,15,243); }

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

background-color css

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

 a { background-color: rgb(213,15,243); }

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

border-color css

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

 span { border-color: rgb(213,15,243); }

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