Html Css Color HEX #D124EE Psychedelic Purple

📋 copy color: '#D124EE'

red 209 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D124EE

Tints of Psychedelic Purple #D124EE

RGB

 RED value IS 209 (82.03% from 255) = 43.27%

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

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

R = 43.27%
G = 7.45%
B = 49.28%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D124EE (or 0xD124EE) is known color: Psychedelic Purple. HEX triplet: D1, 24 and EE. RGB value is (209,36,238). Sum of RGB (Red+Green+Blue) = 209+36+238=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #D124EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D124EE is #2EDB11. Grayscale: #6E6E6E. Windows color (decimal): -3070738 or 15606993. OLE color: 15606993.

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

Color convert

RGB 209 36 238 -
CMYK 0.12 0.85 0 0.07
HSL 291.39º 0.86% 0.54% -
HSV(B) 291.39º 0.85% 0.93% -
XYZ 42.36 20.99 82.71 -
YUV 110.76 199.81 198.07 -
System Red Green Blue C M Y K H S L
Decimal 209 36 238 0.12 0.85 0 0.07 291.39 0.86 0.54
Hex D1 24 EE C 55 0 7 123 56 36
Octal 321 44 356 14 125 0 7 443 126 66
Binary 11010001 100100 11101110 1100 1010101 0 111 100100011 1010110 110110

Color Harmonies of #D124EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124EE

Black with #D124EE

Text Example


Text Example

White with #D124EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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