Html Css Color HEX #D828EB Psychedelic Purple

📋 copy color: '#D828EB'

red 216 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #D828EB

Tints of Psychedelic Purple #D828EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 43.99%
G = 8.15%
B = 47.86%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D828EB (or 0xD828EB) is known color: Psychedelic Purple. HEX triplet: D8, 28 and EB. RGB value is (216,40,235). Sum of RGB (Red+Green+Blue) = 216+40+235=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #D828EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828EB is #27D714. Grayscale: #727272. Windows color (decimal): -2610965 or 15411416. OLE color: 15411416.

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

Color convert

RGB 216 40 235 -
CMYK 0.08 0.83 0 0.08
HSL 294.15º 0.83% 0.54% -
HSV(B) 294.15º 0.83% 0.92% -
XYZ 44.07 22.11 80.54 -
YUV 114.85 195.81 200.14 -
System Red Green Blue C M Y K H S L
Decimal 216 40 235 0.08 0.83 0 0.08 294.15 0.83 0.54
Hex D8 28 EB 8 53 0 8 126 53 36
Octal 330 50 353 10 123 0 10 446 123 66
Binary 11011000 101000 11101011 1000 1010011 0 1000 100100110 1010011 110110

Color Harmonies of #D828EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828EB

Black with #D828EB

Text Example


Text Example

White with #D828EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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