Html Css Color HEX #D621FD Psychedelic Purple

📋 copy color: '#D621FD'

red 214 ◦ green 33 ◦ blue 253

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

Shades of Psychedelic Purple #D621FD

Tints of Psychedelic Purple #D621FD

RGB

 RED value IS 214 (83.98% from 255) = 42.8%

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

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

R = 42.8%
G = 6.6%
B = 50.6%

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

#D621FD (or 0xD621FD) is known color: Psychedelic Purple. HEX triplet: D6, 21 and FD. RGB value is (214,33,253). Sum of RGB (Red+Green+Blue) = 214+33+253=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #D621FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D621FD is #29DE02. Grayscale: #6F6F6F. Windows color (decimal): -2743811 or 16589270. OLE color: 16589270.

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

Color convert

RGB 214 33 253 -
CMYK 0.15 0.87 0 0.01
HSL 289.36º 0.98% 0.56% -
HSV(B) 289.36º 0.87% 0.99% -
XYZ 46.01 22.48 94.84 -
YUV 112.2 207.47 200.61 -
System Red Green Blue C M Y K H S L
Decimal 214 33 253 0.15 0.87 0 0.01 289.36 0.98 0.56
Hex D6 21 FD F 57 0 1 121 62 38
Octal 326 41 375 17 127 0 1 441 142 70
Binary 11010110 100001 11111101 1111 1010111 0 1 100100001 1100010 111000

Color Harmonies of #D621FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621FD

Black with #D621FD

Text Example


Text Example

White with #D621FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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