Html Css Color HEX #D31EFF Psychedelic Purple

📋 copy color: '#D31EFF'

red 211 ◦ green 30 ◦ blue 255

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

Shades of Psychedelic Purple #D31EFF

Tints of Psychedelic Purple #D31EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 42.54%
G = 6.05%
B = 51.41%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D31EFF (or 0xD31EFF) is known color: Psychedelic Purple. HEX triplet: D3, 1E and FF. RGB value is (211,30,255). Sum of RGB (Red+Green+Blue) = 211+30+255=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #D31EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EFF is #2CE100. Grayscale: #6D6D6D. Windows color (decimal): -2941185 or 16719571. OLE color: 16719571.

HSL color Cylindrical-coordinate representation of color #D31EFF: hue angle of 288.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31EFF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 30 255 -
CMYK 0.17 0.88 0 0
HSL 288.27º 1% 0.56% -
HSV(B) 288.27º 0.88% 1% -
XYZ 45.38 22 96.46 -
YUV 109.77 209.97 200.2 -
System Red Green Blue C M Y K H S L
Decimal 211 30 255 0.17 0.88 0 0 288.27 1 0.56
Hex D3 1E FF 11 58 0 0 120 64 38
Octal 323 36 377 21 130 0 0 440 144 70
Binary 11010011 11110 11111111 10001 1011000 0 0 100100000 1100100 111000

Color Harmonies of #D31EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EFF

Black with #D31EFF

Text Example


Text Example

White with #D31EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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