Html Css Color HEX #D826EE Psychedelic Purple

📋 copy color: '#D826EE'

red 216 ◦ green 38 ◦ blue 238

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

Shades of Psychedelic Purple #D826EE

Tints of Psychedelic Purple #D826EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.72%

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 43.9%
G = 7.72%
B = 48.37%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D826EE (or 0xD826EE) is known color: Psychedelic Purple. HEX triplet: D8, 26 and EE. RGB value is (216,38,238). Sum of RGB (Red+Green+Blue) = 216+38+238=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #D826EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D826EE is #27D911. Grayscale: #717171. Windows color (decimal): -2611474 or 15607512. OLE color: 15607512.

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

Color convert

RGB 216 38 238 -
CMYK 0.09 0.84 0 0.07
HSL 293.4º 0.85% 0.54% -
HSV(B) 293.4º 0.84% 0.93% -
XYZ 44.44 22.16 82.82 -
YUV 114.02 197.97 200.74 -
System Red Green Blue C M Y K H S L
Decimal 216 38 238 0.09 0.84 0 0.07 293.4 0.85 0.54
Hex D8 26 EE 9 54 0 7 125 55 36
Octal 330 46 356 11 124 0 7 445 125 66
Binary 11011000 100110 11101110 1001 1010100 0 111 100100101 1010101 110110

Color Harmonies of #D826EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D826EE

Black with #D826EE

Text Example


Text Example

White with #D826EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D826EE; }

 p { color: rgb(216,38,238); }

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

background-color css

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

 a { background-color: rgb(216,38,238); }

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

border-color css

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

 span { border-color: rgb(216,38,238); }

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