Html Css Color HEX #D628FA Psychedelic Purple

📋 copy color: '#D628FA'

red 214 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #D628FA

Tints of Psychedelic Purple #D628FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.94%

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

R = 42.46%
G = 7.94%
B = 49.6%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D628FA (or 0xD628FA) is known color: Psychedelic Purple. HEX triplet: D6, 28 and FA. RGB value is (214,40,250). Sum of RGB (Red+Green+Blue) = 214+40+250=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #D628FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628FA is #29D705. Grayscale: #737373. Windows color (decimal): -2742022 or 16394454. OLE color: 16394454.

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

Color convert

RGB 214 40 250 -
CMYK 0.14 0.84 0 0.02
HSL 289.71º 0.95% 0.57% -
HSV(B) 289.71º 0.84% 0.98% -
XYZ 45.75 22.72 92.42 -
YUV 115.97 203.65 197.92 -
System Red Green Blue C M Y K H S L
Decimal 214 40 250 0.14 0.84 0 0.02 289.71 0.95 0.57
Hex D6 28 FA E 54 0 2 122 5F 39
Octal 326 50 372 16 124 0 2 442 137 71
Binary 11010110 101000 11111010 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D628FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628FA

Black with #D628FA

Text Example


Text Example

White with #D628FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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