Html Css Color HEX #D828FE Psychedelic Purple

📋 copy color: '#D828FE'

red 216 ◦ green 40 ◦ blue 254

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

Shades of Psychedelic Purple #D828FE

Tints of Psychedelic Purple #D828FE

RGB

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

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

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

R = 42.35%
G = 7.84%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D828FE (or 0xD828FE) is known color: Psychedelic Purple. HEX triplet: D8, 28 and FE. RGB value is (216,40,254). Sum of RGB (Red+Green+Blue) = 216+40+254=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 40 (16.02% from 255 or 7.84% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #D828FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828FE is #27D701. Grayscale: #747474. Windows color (decimal): -2610946 or 16656600. OLE color: 16656600.

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

Color convert

RGB 216 40 254 -
CMYK 0.15 0.84 0 0.00
HSL 289.35º 0.99% 0.58% -
HSV(B) 289.35º 0.84% 1% -
XYZ 46.97 23.27 95.78 -
YUV 117.02 205.31 198.6 -
System Red Green Blue C M Y K H S L
Decimal 216 40 254 0.15 0.84 0 0.00 289.35 0.99 0.58
Hex D8 28 FE F 54 0 0 121 63 3A
Octal 330 50 376 17 124 0 0 441 143 72
Binary 11011000 101000 11111110 1111 1010100 0 0 100100001 1100011 111010

Color Harmonies of #D828FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828FE

Black with #D828FE

Text Example


Text Example

White with #D828FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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