Html Css Color HEX #D821EF Psychedelic Purple

📋 copy color: '#D821EF'

red 216 ◦ green 33 ◦ blue 239

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

Shades of Psychedelic Purple #D821EF

Tints of Psychedelic Purple #D821EF

RGB

 RED value IS 216 (84.77% from 255) = 44.26%

 GREEN value IS 33 (13.28% from 255) = 6.76%

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

R = 44.26%
G = 6.76%
B = 48.98%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D821EF (or 0xD821EF) is known color: Psychedelic Purple. HEX triplet: D8, 21 and EF. RGB value is (216,33,239). Sum of RGB (Red+Green+Blue) = 216+33+239=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #D821EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D821EF is #27DE10. Grayscale: #6E6E6E. Windows color (decimal): -2612753 or 15671768. OLE color: 15671768.

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

Color convert

RGB 216 33 239 -
CMYK 0.10 0.86 0 0.06
HSL 293.3º 0.87% 0.53% -
HSV(B) 293.3º 0.86% 0.94% -
XYZ 44.44 21.92 83.55 -
YUV 111.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 216 33 239 0.10 0.86 0 0.06 293.3 0.87 0.53
Hex D8 21 EF A 56 0 6 125 57 35
Octal 330 41 357 12 126 0 6 445 127 65
Binary 11011000 100001 11101111 1010 1010110 0 110 100100101 1010111 110101

Color Harmonies of #D821EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821EF

Black with #D821EF

Text Example


Text Example

White with #D821EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821EF; }

 p { color: rgb(216,33,239); }

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

background-color css

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

 a { background-color: rgb(216,33,239); }

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

border-color css

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

 span { border-color: rgb(216,33,239); }

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