Html Css Color HEX #D820FA Psychedelic Purple

📋 copy color: '#D820FA'

red 216 ◦ green 32 ◦ blue 250

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

Shades of Psychedelic Purple #D820FA

Tints of Psychedelic Purple #D820FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.43%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 43.37%
G = 6.43%
B = 50.2%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D820FA (or 0xD820FA) is known color: Psychedelic Purple. HEX triplet: D8, 20 and FA. RGB value is (216,32,250). Sum of RGB (Red+Green+Blue) = 216+32+250=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #D820FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D820FA is #27DF05. Grayscale: #6F6F6F. Windows color (decimal): -2612998 or 16392408. OLE color: 16392408.

HSL color Cylindrical-coordinate representation of color #D820FA: hue angle of 290.64º degrees, saturation: 0.96, 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 #D820FA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 32 250 -
CMYK 0.14 0.87 0 0.02
HSL 290.64º 0.96% 0.55% -
HSV(B) 290.64º 0.87% 0.98% -
XYZ 46.09 22.53 92.36 -
YUV 111.87 205.96 202.27 -
System Red Green Blue C M Y K H S L
Decimal 216 32 250 0.14 0.87 0 0.02 290.64 0.96 0.55
Hex D8 20 FA E 57 0 2 123 60 37
Octal 330 40 372 16 127 0 2 443 140 67
Binary 11011000 100000 11111010 1110 1010111 0 10 100100011 1100000 110111

Color Harmonies of #D820FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D820FA

Black with #D820FA

Text Example


Text Example

White with #D820FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D820FA; }

 p { color: rgb(216,32,250); }

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

background-color css

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

 a { background-color: rgb(216,32,250); }

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

border-color css

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

 span { border-color: rgb(216,32,250); }

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