Html Css Color HEX #D50EEE Psychedelic Purple

📋 copy color: '#D50EEE'

red 213 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #D50EEE

Tints of Psychedelic Purple #D50EEE

RGB

 RED value IS 213 (83.59% from 255) = 45.81%

 GREEN value IS 14 (5.86% from 255) = 3.01%

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

R = 45.81%
G = 3.01%
B = 51.18%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D50EEE (or 0xD50EEE) is known color: Psychedelic Purple. HEX triplet: D5, 0E and EE. RGB value is (213,14,238). Sum of RGB (Red+Green+Blue) = 213+14+238=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #D50EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EEE is #2AF111. Grayscale: #626262. Windows color (decimal): -2814226 or 15601365. OLE color: 15601365.

HSL color Cylindrical-coordinate representation of color #D50EEE: hue angle of 293.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EEE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 14 238 -
CMYK 0.11 0.94 0 0.07
HSL 293.3º 0.89% 0.49% -
HSV(B) 293.3º 0.94% 0.93% -
XYZ 43.03 20.63 82.6 -
YUV 99.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 213 14 238 0.11 0.94 0 0.07 293.3 0.89 0.49
Hex D5 E EE B 5E 0 7 125 59 31
Octal 325 16 356 13 136 0 7 445 131 61
Binary 11010101 1110 11101110 1011 1011110 0 111 100100101 1011001 110001

Color Harmonies of #D50EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EEE

Black with #D50EEE

Text Example


Text Example

White with #D50EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EEE; }

 p { color: rgb(213,14,238); }

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

background-color css

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

 a { background-color: rgb(213,14,238); }

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

border-color css

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

 span { border-color: rgb(213,14,238); }

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