Html Css Color HEX #D924EE Psychedelic Purple

📋 copy color: '#D924EE'

red 217 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D924EE

Tints of Psychedelic Purple #D924EE

RGB

 RED value IS 217 (85.16% from 255) = 44.2%

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

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

R = 44.2%
G = 7.33%
B = 48.47%

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

#D924EE (or 0xD924EE) is known color: Psychedelic Purple. HEX triplet: D9, 24 and EE. RGB value is (217,36,238). Sum of RGB (Red+Green+Blue) = 217+36+238=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #D924EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D924EE is #26DB11. Grayscale: #707070. Windows color (decimal): -2546450 or 15607001. OLE color: 15607001.

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

Color convert

RGB 217 36 238 -
CMYK 0.09 0.85 0 0.07
HSL 293.76º 0.86% 0.54% -
HSV(B) 293.76º 0.85% 0.93% -
XYZ 44.68 22.19 82.82 -
YUV 113.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 217 36 238 0.09 0.85 0 0.07 293.76 0.86 0.54
Hex D9 24 EE 9 55 0 7 126 56 36
Octal 331 44 356 11 125 0 7 446 126 66
Binary 11011001 100100 11101110 1001 1010101 0 111 100100110 1010110 110110

Color Harmonies of #D924EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D924EE

Black with #D924EE

Text Example


Text Example

White with #D924EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D924EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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