Html Css Color HEX #D820FD Psychedelic Purple

📋 copy color: '#D820FD'

red 216 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #D820FD

Tints of Psychedelic Purple #D820FD

RGB

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

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

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

R = 43.11%
G = 6.39%
B = 50.5%

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

#D820FD (or 0xD820FD) is known color: Psychedelic Purple. HEX triplet: D8, 20 and FD. RGB value is (216,32,253). Sum of RGB (Red+Green+Blue) = 216+32+253=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #D820FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D820FD is #27DF02. Grayscale: #6F6F6F. Windows color (decimal): -2612995 or 16589016. OLE color: 16589016.

HSL color Cylindrical-coordinate representation of color #D820FD: hue angle of 289.95º 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 #D820FD is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 32 253 -
CMYK 0.15 0.87 0 0.01
HSL 289.95º 0.98% 0.56% -
HSV(B) 289.95º 0.87% 0.99% -
XYZ 46.57 22.72 94.86 -
YUV 112.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 216 32 253 0.15 0.87 0 0.01 289.95 0.98 0.56
Hex D8 20 FD F 57 0 1 122 62 38
Octal 330 40 375 17 127 0 1 442 142 70
Binary 11011000 100000 11111101 1111 1010111 0 1 100100010 1100010 111000

Color Harmonies of #D820FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D820FD

Black with #D820FD

Text Example


Text Example

White with #D820FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D820FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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