Html Css Color HEX #D821F9 Psychedelic Purple

📋 copy color: '#D821F9'

red 216 ◦ green 33 ◦ blue 249

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

Shades of Psychedelic Purple #D821F9

Tints of Psychedelic Purple #D821F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 43.37%
G = 6.63%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D821F9 (or 0xD821F9) is known color: Psychedelic Purple. HEX triplet: D8, 21 and F9. RGB value is (216,33,249). Sum of RGB (Red+Green+Blue) = 216+33+249=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #D821F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D821F9 is #27DE06. Grayscale: #6F6F6F. Windows color (decimal): -2612743 or 16327128. OLE color: 16327128.

HSL color Cylindrical-coordinate representation of color #D821F9: hue angle of 290.83º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D821F9 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 33 249 -
CMYK 0.13 0.87 0 0.02
HSL 290.83º 0.95% 0.55% -
HSV(B) 290.83º 0.87% 0.98% -
XYZ 45.96 22.53 91.55 -
YUV 112.34 205.13 201.94 -
System Red Green Blue C M Y K H S L
Decimal 216 33 249 0.13 0.87 0 0.02 290.83 0.95 0.55
Hex D8 21 F9 D 57 0 2 123 5F 37
Octal 330 41 371 15 127 0 2 443 137 67
Binary 11011000 100001 11111001 1101 1010111 0 10 100100011 1011111 110111

Color Harmonies of #D821F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821F9

Black with #D821F9

Text Example


Text Example

White with #D821F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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