Html Css Color HEX #D821FD Psychedelic Purple

📋 copy color: '#D821FD'

red 216 ◦ green 33 ◦ blue 253

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

Shades of Psychedelic Purple #D821FD

Tints of Psychedelic Purple #D821FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 43.03%
G = 6.57%
B = 50.4%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D821FD (or 0xD821FD) is known color: Psychedelic Purple. HEX triplet: D8, 21 and FD. RGB value is (216,33,253). Sum of RGB (Red+Green+Blue) = 216+33+253=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #D821FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D821FD is #27DE02. Grayscale: #707070. Windows color (decimal): -2612739 or 16589272. OLE color: 16589272.

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

Color convert

RGB 216 33 253 -
CMYK 0.15 0.87 0 0.01
HSL 289.91º 0.98% 0.56% -
HSV(B) 289.91º 0.87% 0.99% -
XYZ 46.59 22.78 94.87 -
YUV 112.8 207.13 201.61 -
System Red Green Blue C M Y K H S L
Decimal 216 33 253 0.15 0.87 0 0.01 289.91 0.98 0.56
Hex D8 21 FD F 57 0 1 122 62 38
Octal 330 41 375 17 127 0 1 442 142 70
Binary 11011000 100001 11111101 1111 1010111 0 1 100100010 1100010 111000

Color Harmonies of #D821FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821FD

Black with #D821FD

Text Example


Text Example

White with #D821FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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