Html Css Color HEX #D827EF Psychedelic Purple

📋 copy color: '#D827EF'

red 216 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #D827EF

Tints of Psychedelic Purple #D827EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 43.72%
G = 7.89%
B = 48.38%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D827EF (or 0xD827EF) is known color: Psychedelic Purple. HEX triplet: D8, 27 and EF. RGB value is (216,39,239). Sum of RGB (Red+Green+Blue) = 216+39+239=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #D827EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827EF is #27D810. Grayscale: #727272. Windows color (decimal): -2611217 or 15673304. OLE color: 15673304.

HSL color Cylindrical-coordinate representation of color #D827EF: hue angle of 293.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D827EF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 39 239 -
CMYK 0.10 0.84 0 0.06
HSL 293.1º 0.86% 0.55% -
HSV(B) 293.1º 0.84% 0.94% -
XYZ 44.62 22.28 83.61 -
YUV 114.72 198.14 200.24 -
System Red Green Blue C M Y K H S L
Decimal 216 39 239 0.10 0.84 0 0.06 293.1 0.86 0.55
Hex D8 27 EF A 54 0 6 125 56 37
Octal 330 47 357 12 124 0 6 445 126 67
Binary 11011000 100111 11101111 1010 1010100 0 110 100100101 1010110 110111

Color Harmonies of #D827EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827EF

Black with #D827EF

Text Example


Text Example

White with #D827EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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