Html Css Color HEX #D50AEA Psychedelic Purple

📋 copy color: '#D50AEA'

red 213 ◦ green 10 ◦ blue 234

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

Shades of Psychedelic Purple #D50AEA

Tints of Psychedelic Purple #D50AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 46.61%
G = 2.19%
B = 51.2%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D50AEA (or 0xD50AEA) is known color: Psychedelic Purple. HEX triplet: D5, 0A and EA. RGB value is (213,10,234). Sum of RGB (Red+Green+Blue) = 213+10+234=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #D50AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AEA is #2AF515. Grayscale: #5F5F5F. Windows color (decimal): -2815254 or 15338197. OLE color: 15338197.

HSL color Cylindrical-coordinate representation of color #D50AEA: hue angle of 294.38º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AEA is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 10 234 -
CMYK 0.09 0.96 0 0.08
HSL 294.38º 0.92% 0.48% -
HSV(B) 294.38º 0.96% 0.92% -
XYZ 42.4 20.3 79.53 -
YUV 96.23 205.75 211.29 -
System Red Green Blue C M Y K H S L
Decimal 213 10 234 0.09 0.96 0 0.08 294.38 0.92 0.48
Hex D5 A EA 9 60 0 8 126 5C 30
Octal 325 12 352 11 140 0 10 446 134 60
Binary 11010101 1010 11101010 1001 1100000 0 1000 100100110 1011100 110000

Color Harmonies of #D50AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AEA

Black with #D50AEA

Text Example


Text Example

White with #D50AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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