Html Css Color HEX #D624FA Psychedelic Purple

📋 copy color: '#D624FA'

red 214 ◦ green 36 ◦ blue 250

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

Shades of Psychedelic Purple #D624FA

Tints of Psychedelic Purple #D624FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.2%

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

R = 42.8%
G = 7.2%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D624FA (or 0xD624FA) is known color: Psychedelic Purple. HEX triplet: D6, 24 and FA. RGB value is (214,36,250). Sum of RGB (Red+Green+Blue) = 214+36+250=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #D624FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624FA is #29DB05. Grayscale: #707070. Windows color (decimal): -2743046 or 16393430. OLE color: 16393430.

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

Color convert

RGB 214 36 250 -
CMYK 0.14 0.86 0 0.02
HSL 289.91º 0.96% 0.56% -
HSV(B) 289.91º 0.86% 0.98% -
XYZ 45.62 22.46 92.37 -
YUV 113.62 204.97 199.6 -
System Red Green Blue C M Y K H S L
Decimal 214 36 250 0.14 0.86 0 0.02 289.91 0.96 0.56
Hex D6 24 FA E 56 0 2 122 60 38
Octal 326 44 372 16 126 0 2 442 140 70
Binary 11010110 100100 11111010 1110 1010110 0 10 100100010 1100000 111000

Color Harmonies of #D624FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624FA

Black with #D624FA

Text Example


Text Example

White with #D624FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624FA; }

 p { color: rgb(214,36,250); }

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

background-color css

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

 a { background-color: rgb(214,36,250); }

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

border-color css

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

 span { border-color: rgb(214,36,250); }

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