Html Css Color HEX #D624EE Psychedelic Purple

📋 copy color: '#D624EE'

red 214 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D624EE

Tints of Psychedelic Purple #D624EE

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

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

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

R = 43.85%
G = 7.38%
B = 48.77%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D624EE (or 0xD624EE) is known color: Psychedelic Purple. HEX triplet: D6, 24 and EE. RGB value is (214,36,238). Sum of RGB (Red+Green+Blue) = 214+36+238=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 36 (14.45% from 255 or 7.38% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #D624EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624EE is #29DB11. Grayscale: #6F6F6F. Windows color (decimal): -2743058 or 15606998. OLE color: 15606998.

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

Color convert

RGB 214 36 238 -
CMYK 0.10 0.85 0 0.07
HSL 292.87º 0.86% 0.54% -
HSV(B) 292.87º 0.85% 0.93% -
XYZ 43.8 21.73 82.78 -
YUV 112.25 198.97 200.57 -
System Red Green Blue C M Y K H S L
Decimal 214 36 238 0.10 0.85 0 0.07 292.87 0.86 0.54
Hex D6 24 EE A 55 0 7 125 56 36
Octal 326 44 356 12 125 0 7 445 126 66
Binary 11010110 100100 11101110 1010 1010101 0 111 100100101 1010110 110110

Color Harmonies of #D624EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624EE

Black with #D624EE

Text Example


Text Example

White with #D624EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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