Html Css Color HEX #D827EA Psychedelic Purple

📋 copy color: '#D827EA'

red 216 ◦ green 39 ◦ blue 234

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

Shades of Psychedelic Purple #D827EA

Tints of Psychedelic Purple #D827EA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.98%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 44.17%
G = 7.98%
B = 47.85%

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

#D827EA (or 0xD827EA) is known color: Psychedelic Purple. HEX triplet: D8, 27 and EA. RGB value is (216,39,234). Sum of RGB (Red+Green+Blue) = 216+39+234=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #D827EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827EA is #27D815. Grayscale: #717171. Windows color (decimal): -2611222 or 15345624. OLE color: 15345624.

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

Color convert

RGB 216 39 234 -
CMYK 0.08 0.83 0 0.08
HSL 294.46º 0.82% 0.54% -
HSV(B) 294.46º 0.83% 0.92% -
XYZ 43.9 21.99 79.77 -
YUV 114.15 195.64 200.64 -
System Red Green Blue C M Y K H S L
Decimal 216 39 234 0.08 0.83 0 0.08 294.46 0.82 0.54
Hex D8 27 EA 8 53 0 8 126 52 36
Octal 330 47 352 10 123 0 10 446 122 66
Binary 11011000 100111 11101010 1000 1010011 0 1000 100100110 1010010 110110

Color Harmonies of #D827EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827EA

Black with #D827EA

Text Example


Text Example

White with #D827EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827EA; }

 p { color: rgb(216,39,234); }

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

background-color css

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

 a { background-color: rgb(216,39,234); }

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

border-color css

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

 span { border-color: rgb(216,39,234); }

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