Html Css Color HEX #D50AEB Psychedelic Purple

📋 copy color: '#D50AEB'

red 213 ◦ green 10 ◦ blue 235

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

Shades of Psychedelic Purple #D50AEB

Tints of Psychedelic Purple #D50AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 46.51%
G = 2.18%
B = 51.31%

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

#D50AEB (or 0xD50AEB) is known color: Psychedelic Purple. HEX triplet: D5, 0A and EB. RGB value is (213,10,235). Sum of RGB (Red+Green+Blue) = 213+10+235=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #D50AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AEB is #2AF514. Grayscale: #5F5F5F. Windows color (decimal): -2815253 or 15403733. OLE color: 15403733.

HSL color Cylindrical-coordinate representation of color #D50AEB: hue angle of 294.13º 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 #D50AEB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 10 235 -
CMYK 0.09 0.96 0 0.08
HSL 294.13º 0.92% 0.48% -
HSV(B) 294.13º 0.96% 0.92% -
XYZ 42.54 20.36 80.29 -
YUV 96.35 206.25 211.2 -
System Red Green Blue C M Y K H S L
Decimal 213 10 235 0.09 0.96 0 0.08 294.13 0.92 0.48
Hex D5 A EB 9 60 0 8 126 5C 30
Octal 325 12 353 11 140 0 10 446 134 60
Binary 11010101 1010 11101011 1001 1100000 0 1000 100100110 1011100 110000

Color Harmonies of #D50AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AEB

Black with #D50AEB

Text Example


Text Example

White with #D50AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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