Html Css Color HEX #D828EC Psychedelic Purple

📋 copy color: '#D828EC'

red 216 ◦ green 40 ◦ blue 236

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

Shades of Psychedelic Purple #D828EC

Tints of Psychedelic Purple #D828EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 43.9%
G = 8.13%
B = 47.97%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D828EC (or 0xD828EC) is known color: Psychedelic Purple. HEX triplet: D8, 28 and EC. RGB value is (216,40,236). Sum of RGB (Red+Green+Blue) = 216+40+236=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #D828EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828EC is #27D713. Grayscale: #727272. Windows color (decimal): -2610964 or 15476952. OLE color: 15476952.

HSL color Cylindrical-coordinate representation of color #D828EC: hue angle of 293.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D828EC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 40 236 -
CMYK 0.08 0.83 0 0.07
HSL 293.88º 0.84% 0.54% -
HSV(B) 293.88º 0.83% 0.93% -
XYZ 44.22 22.17 81.31 -
YUV 114.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 216 40 236 0.08 0.83 0 0.07 293.88 0.84 0.54
Hex D8 28 EC 8 53 0 7 126 54 36
Octal 330 50 354 10 123 0 7 446 124 66
Binary 11011000 101000 11101100 1000 1010011 0 111 100100110 1010100 110110

Color Harmonies of #D828EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828EC

Black with #D828EC

Text Example


Text Example

White with #D828EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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