Html Css Color HEX #D821FF Psychedelic Purple

📋 copy color: '#D821FF'

red 216 ◦ green 33 ◦ blue 255

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

Shades of Psychedelic Purple #D821FF

Tints of Psychedelic Purple #D821FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 42.86%
G = 6.55%
B = 50.6%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D821FF (or 0xD821FF) is known color: Psychedelic Purple. HEX triplet: D8, 21 and FF. RGB value is (216,33,255). Sum of RGB (Red+Green+Blue) = 216+33+255=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D821FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D821FF is #27DE00. Grayscale: #707070. Windows color (decimal): -2612737 or 16720344. OLE color: 16720344.

HSL color Cylindrical-coordinate representation of color #D821FF: hue angle of 289.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D821FF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 216 33 255 -
CMYK 0.15 0.87 0 0
HSL 289.46º 1% 0.56% -
HSV(B) 289.46º 0.87% 1% -
XYZ 46.91 22.91 96.56 -
YUV 113.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 216 33 255 0.15 0.87 0 0 289.46 1 0.56
Hex D8 21 FF F 57 0 0 121 64 38
Octal 330 41 377 17 127 0 0 441 144 70
Binary 11011000 100001 11111111 1111 1010111 0 0 100100001 1100100 111000

Color Harmonies of #D821FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821FF

Black with #D821FF

Text Example


Text Example

White with #D821FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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