Html Css Color HEX #D50AEF Psychedelic Purple

📋 copy color: '#D50AEF'

red 213 ◦ green 10 ◦ blue 239

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

Shades of Psychedelic Purple #D50AEF

Tints of Psychedelic Purple #D50AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 46.1%
G = 2.16%
B = 51.73%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D50AEF (or 0xD50AEF) is known color: Psychedelic Purple. HEX triplet: D5, 0A and EF. RGB value is (213,10,239). Sum of RGB (Red+Green+Blue) = 213+10+239=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #D50AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AEF is #2AF510. Grayscale: #606060. Windows color (decimal): -2815249 or 15665877. OLE color: 15665877.

HSL color Cylindrical-coordinate representation of color #D50AEF: hue angle of 293.19º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AEF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 10 239 -
CMYK 0.11 0.96 0 0.06
HSL 293.19º 0.92% 0.49% -
HSV(B) 293.19º 0.96% 0.94% -
XYZ 43.13 20.6 83.36 -
YUV 96.8 208.25 210.88 -
System Red Green Blue C M Y K H S L
Decimal 213 10 239 0.11 0.96 0 0.06 293.19 0.92 0.49
Hex D5 A EF B 60 0 6 125 5C 31
Octal 325 12 357 13 140 0 6 445 134 61
Binary 11010101 1010 11101111 1011 1100000 0 110 100100101 1011100 110001

Color Harmonies of #D50AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AEF

Black with #D50AEF

Text Example


Text Example

White with #D50AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AEF; }

 p { color: rgb(213,10,239); }

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

background-color css

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

 a { background-color: rgb(213,10,239); }

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

border-color css

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

 span { border-color: rgb(213,10,239); }

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