Html Css Color HEX #D821F6 Psychedelic Purple

📋 copy color: '#D821F6'

red 216 ◦ green 33 ◦ blue 246

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

Shades of Psychedelic Purple #D821F6

Tints of Psychedelic Purple #D821F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.7%

R = 43.64%
G = 6.67%
B = 49.7%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D821F6 (or 0xD821F6) is known color: Psychedelic Purple. HEX triplet: D8, 21 and F6. RGB value is (216,33,246). Sum of RGB (Red+Green+Blue) = 216+33+246=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #D821F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D821F6 is #27DE09. Grayscale: #6F6F6F. Windows color (decimal): -2612746 or 16130520. OLE color: 16130520.

HSL color Cylindrical-coordinate representation of color #D821F6: hue angle of 291.55º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D821F6 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 33 246 -
CMYK 0.12 0.87 0 0.04
HSL 291.55º 0.92% 0.55% -
HSV(B) 291.55º 0.87% 0.96% -
XYZ 45.5 22.34 89.1 -
YUV 112 203.63 202.18 -
System Red Green Blue C M Y K H S L
Decimal 216 33 246 0.12 0.87 0 0.04 291.55 0.92 0.55
Hex D8 21 F6 C 57 0 4 124 5C 37
Octal 330 41 366 14 127 0 4 444 134 67
Binary 11011000 100001 11110110 1100 1010111 0 100 100100100 1011100 110111

Color Harmonies of #D821F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821F6

Black with #D821F6

Text Example


Text Example

White with #D821F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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