Html Css Color HEX #D526EB Psychedelic Purple

📋 copy color: '#D526EB'

red 213 ◦ green 38 ◦ blue 235

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

Shades of Psychedelic Purple #D526EB

Tints of Psychedelic Purple #D526EB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.82%

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

R = 43.83%
G = 7.82%
B = 48.35%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D526EB (or 0xD526EB) is known color: Psychedelic Purple. HEX triplet: D5, 26 and EB. RGB value is (213,38,235). Sum of RGB (Red+Green+Blue) = 213+38+235=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #D526EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526EB is #2AD914. Grayscale: #707070. Windows color (decimal): -2808085 or 15410901. OLE color: 15410901.

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

Color convert

RGB 213 38 235 -
CMYK 0.09 0.84 0 0.08
HSL 293.3º 0.83% 0.54% -
HSV(B) 293.3º 0.84% 0.92% -
XYZ 43.13 21.53 80.48 -
YUV 112.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 213 38 235 0.09 0.84 0 0.08 293.3 0.83 0.54
Hex D5 26 EB 9 54 0 8 125 53 36
Octal 325 46 353 11 124 0 10 445 123 66
Binary 11010101 100110 11101011 1001 1010100 0 1000 100100101 1010011 110110

Color Harmonies of #D526EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526EB

Black with #D526EB

Text Example


Text Example

White with #D526EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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