Html Css Color HEX #D526EF Psychedelic Purple

📋 copy color: '#D526EF'

red 213 ◦ green 38 ◦ blue 239

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

Shades of Psychedelic Purple #D526EF

Tints of Psychedelic Purple #D526EF

RGB

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

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

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

R = 43.47%
G = 7.76%
B = 48.78%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D526EF (or 0xD526EF) is known color: Psychedelic Purple. HEX triplet: D5, 26 and EF. RGB value is (213,38,239). Sum of RGB (Red+Green+Blue) = 213+38+239=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #D526EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526EF is #2AD910. Grayscale: #707070. Windows color (decimal): -2808081 or 15673045. OLE color: 15673045.

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

Color convert

RGB 213 38 239 -
CMYK 0.11 0.84 0 0.06
HSL 292.24º 0.86% 0.54% -
HSV(B) 292.24º 0.84% 0.94% -
XYZ 43.71 21.76 83.56 -
YUV 113.24 198.98 199.16 -
System Red Green Blue C M Y K H S L
Decimal 213 38 239 0.11 0.84 0 0.06 292.24 0.86 0.54
Hex D5 26 EF B 54 0 6 124 56 36
Octal 325 46 357 13 124 0 6 444 126 66
Binary 11010101 100110 11101111 1011 1010100 0 110 100100100 1010110 110110

Color Harmonies of #D526EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526EF

Black with #D526EF

Text Example


Text Example

White with #D526EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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