Html Css Color HEX #D31EF9 Psychedelic Purple

📋 copy color: '#D31EF9'

red 211 ◦ green 30 ◦ blue 249

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

Shades of Psychedelic Purple #D31EF9

Tints of Psychedelic Purple #D31EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 43.06%
G = 6.12%
B = 50.82%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D31EF9 (or 0xD31EF9) is known color: Psychedelic Purple. HEX triplet: D3, 1E and F9. RGB value is (211,30,249). Sum of RGB (Red+Green+Blue) = 211+30+249=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #D31EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EF9 is #2CE106. Grayscale: #6C6C6C. Windows color (decimal): -2941191 or 16326355. OLE color: 16326355.

HSL color Cylindrical-coordinate representation of color #D31EF9: hue angle of 289.59º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31EF9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 30 249 -
CMYK 0.15 0.88 0 0.02
HSL 289.59º 0.95% 0.55% -
HSV(B) 289.59º 0.88% 0.98% -
XYZ 44.43 21.62 91.45 -
YUV 109.09 206.97 200.69 -
System Red Green Blue C M Y K H S L
Decimal 211 30 249 0.15 0.88 0 0.02 289.59 0.95 0.55
Hex D3 1E F9 F 58 0 2 122 5F 37
Octal 323 36 371 17 130 0 2 442 137 67
Binary 11010011 11110 11111001 1111 1011000 0 10 100100010 1011111 110111

Color Harmonies of #D31EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EF9

Black with #D31EF9

Text Example


Text Example

White with #D31EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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