Html Css Color HEX #D31EEF Psychedelic Purple

📋 copy color: '#D31EEF'

red 211 ◦ green 30 ◦ blue 239

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

Shades of Psychedelic Purple #D31EEF

Tints of Psychedelic Purple #D31EEF

RGB

 RED value IS 211 (82.81% from 255) = 43.96%

 GREEN value IS 30 (12.11% from 255) = 6.25%

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

R = 43.96%
G = 6.25%
B = 49.79%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D31EEF (or 0xD31EEF) is known color: Psychedelic Purple. HEX triplet: D3, 1E and EF. RGB value is (211,30,239). Sum of RGB (Red+Green+Blue) = 211+30+239=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #D31EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EEF is #2CE110. Grayscale: #6B6B6B. Windows color (decimal): -2941201 or 15670995. OLE color: 15670995.

HSL color Cylindrical-coordinate representation of color #D31EEF: hue angle of 291.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31EEF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 30 239 -
CMYK 0.12 0.87 0 0.06
HSL 291.96º 0.87% 0.53% -
HSV(B) 291.96º 0.87% 0.94% -
XYZ 42.91 21.01 83.46 -
YUV 107.95 201.97 201.51 -
System Red Green Blue C M Y K H S L
Decimal 211 30 239 0.12 0.87 0 0.06 291.96 0.87 0.53
Hex D3 1E EF C 57 0 6 124 57 35
Octal 323 36 357 14 127 0 6 444 127 65
Binary 11010011 11110 11101111 1100 1010111 0 110 100100100 1010111 110101

Color Harmonies of #D31EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EEF

Black with #D31EEF

Text Example


Text Example

White with #D31EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EEF; }

 p { color: rgb(211,30,239); }

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

background-color css

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

 a { background-color: rgb(211,30,239); }

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

border-color css

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

 span { border-color: rgb(211,30,239); }

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