Html Css Color HEX #D828EF Psychedelic Purple

📋 copy color: '#D828EF'

red 216 ◦ green 40 ◦ blue 239

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

Shades of Psychedelic Purple #D828EF

Tints of Psychedelic Purple #D828EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 43.64%
G = 8.08%
B = 48.28%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D828EF (or 0xD828EF) is known color: Psychedelic Purple. HEX triplet: D8, 28 and EF. RGB value is (216,40,239). Sum of RGB (Red+Green+Blue) = 216+40+239=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #D828EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828EF is #27D710. Grayscale: #727272. Windows color (decimal): -2610961 or 15673560. OLE color: 15673560.

HSL color Cylindrical-coordinate representation of color #D828EF: hue angle of 293.07º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D828EF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 40 239 -
CMYK 0.10 0.83 0 0.06
HSL 293.07º 0.86% 0.55% -
HSV(B) 293.07º 0.83% 0.94% -
XYZ 44.66 22.35 83.62 -
YUV 115.31 197.81 199.82 -
System Red Green Blue C M Y K H S L
Decimal 216 40 239 0.10 0.83 0 0.06 293.07 0.86 0.55
Hex D8 28 EF A 53 0 6 125 56 37
Octal 330 50 357 12 123 0 6 445 126 67
Binary 11011000 101000 11101111 1010 1010011 0 110 100100101 1010110 110111

Color Harmonies of #D828EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828EF

Black with #D828EF

Text Example


Text Example

White with #D828EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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