Html Css Color HEX #D628FE Psychedelic Purple

📋 copy color: '#D628FE'

red 214 ◦ green 40 ◦ blue 254

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

Shades of Psychedelic Purple #D628FE

Tints of Psychedelic Purple #D628FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 42.13%
G = 7.87%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D628FE (or 0xD628FE) is known color: Psychedelic Purple. HEX triplet: D6, 28 and FE. RGB value is (214,40,254). Sum of RGB (Red+Green+Blue) = 214+40+254=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #D628FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628FE is #29D701. Grayscale: #737373. Windows color (decimal): -2742018 or 16656598. OLE color: 16656598.

HSL color Cylindrical-coordinate representation of color #D628FE: hue angle of 288.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D628FE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 40 254 -
CMYK 0.16 0.84 0 0.00
HSL 288.79º 0.99% 0.58% -
HSV(B) 288.79º 0.84% 1% -
XYZ 46.38 22.97 95.76 -
YUV 116.42 205.65 197.6 -
System Red Green Blue C M Y K H S L
Decimal 214 40 254 0.16 0.84 0 0.00 288.79 0.99 0.58
Hex D6 28 FE 10 54 0 0 121 63 3A
Octal 326 50 376 20 124 0 0 441 143 72
Binary 11010110 101000 11111110 10000 1010100 0 0 100100001 1100011 111010

Color Harmonies of #D628FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628FE

Black with #D628FE

Text Example


Text Example

White with #D628FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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