Html Css Color HEX #D624EF Psychedelic Purple

📋 copy color: '#D624EF'

red 214 ◦ green 36 ◦ blue 239

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

Shades of Psychedelic Purple #D624EF

Tints of Psychedelic Purple #D624EF

RGB

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

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

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

R = 43.76%
G = 7.36%
B = 48.88%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D624EF (or 0xD624EF) is known color: Psychedelic Purple. HEX triplet: D6, 24 and EF. RGB value is (214,36,239). Sum of RGB (Red+Green+Blue) = 214+36+239=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #D624EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624EF is #29DB10. Grayscale: #6F6F6F. Windows color (decimal): -2743057 or 15672534. OLE color: 15672534.

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

Color convert

RGB 214 36 239 -
CMYK 0.10 0.85 0 0.06
HSL 292.61º 0.86% 0.54% -
HSV(B) 292.61º 0.85% 0.94% -
XYZ 43.94 21.79 83.55 -
YUV 112.36 199.47 200.49 -
System Red Green Blue C M Y K H S L
Decimal 214 36 239 0.10 0.85 0 0.06 292.61 0.86 0.54
Hex D6 24 EF A 55 0 6 125 56 36
Octal 326 44 357 12 125 0 6 445 126 66
Binary 11010110 100100 11101111 1010 1010101 0 110 100100101 1010110 110110

Color Harmonies of #D624EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624EF

Black with #D624EF

Text Example


Text Example

White with #D624EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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