Html Css Color HEX #D824EE Psychedelic Purple

📋 copy color: '#D824EE'

red 216 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D824EE

Tints of Psychedelic Purple #D824EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.35%

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

R = 44.08%
G = 7.35%
B = 48.57%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D824EE (or 0xD824EE) is known color: Psychedelic Purple. HEX triplet: D8, 24 and EE. RGB value is (216,36,238). Sum of RGB (Red+Green+Blue) = 216+36+238=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #D824EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D824EE is #27DB11. Grayscale: #707070. Windows color (decimal): -2611986 or 15607000. OLE color: 15607000.

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

Color convert

RGB 216 36 238 -
CMYK 0.09 0.85 0 0.07
HSL 293.47º 0.86% 0.54% -
HSV(B) 293.47º 0.85% 0.93% -
XYZ 44.38 22.03 82.8 -
YUV 112.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 216 36 238 0.09 0.85 0 0.07 293.47 0.86 0.54
Hex D8 24 EE 9 55 0 7 125 56 36
Octal 330 44 356 11 125 0 7 445 126 66
Binary 11011000 100100 11101110 1001 1010101 0 111 100100101 1010110 110110

Color Harmonies of #D824EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824EE

Black with #D824EE

Text Example


Text Example

White with #D824EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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