Html Css Color HEX #D828ED Psychedelic Purple

📋 copy color: '#D828ED'

red 216 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #D828ED

Tints of Psychedelic Purple #D828ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 43.81%
G = 8.11%
B = 48.07%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D828ED (or 0xD828ED) is known color: Psychedelic Purple. HEX triplet: D8, 28 and ED. RGB value is (216,40,237). Sum of RGB (Red+Green+Blue) = 216+40+237=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #D828ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828ED is #27D712. Grayscale: #727272. Windows color (decimal): -2610963 or 15542488. OLE color: 15542488.

HSL color Cylindrical-coordinate representation of color #D828ED: hue angle of 293.6º degrees, saturation: 0.85, 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 #D828ED is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 40 237 -
CMYK 0.09 0.83 0 0.07
HSL 293.6º 0.85% 0.54% -
HSV(B) 293.6º 0.83% 0.93% -
XYZ 44.36 22.23 82.07 -
YUV 115.08 196.81 199.98 -
System Red Green Blue C M Y K H S L
Decimal 216 40 237 0.09 0.83 0 0.07 293.6 0.85 0.54
Hex D8 28 ED 9 53 0 7 126 55 36
Octal 330 50 355 11 123 0 7 446 125 66
Binary 11011000 101000 11101101 1001 1010011 0 111 100100110 1010101 110110

Color Harmonies of #D828ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828ED

Black with #D828ED

Text Example


Text Example

White with #D828ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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